This is a discussion on lighttpd issue for website copiers within the Web servers forums, part of the Mastering Servers category; I would like to know if there is some issue to avoid website copiers like httrack to copy a full ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
I would like to know if there is some issue to avoid website copiers like httrack to copy a full site in local
i know that we can use useragent, but is there some other tricks ? ------------------------------------- can we tell lighttpd, to not serve more that x pages in a period for the same IP ? ------------------------------------- can we automatically ban browser that leech invisible link (or any special link) for instance, you have a Code:
<a href="ban-link.php" onClick="return false;">.</a> i did on an apache by appending a "deny from xxx" in a htaccess, but i don't think it's possible with lighttpd perhaps it's more an iptables works ? thanks in advance Last edited by mumuri; 05-24-2008 at 04:31 PM.. |
| Sponsored Links | ||
|
|
|
||||
|
Yes there is a module called mod_evasive. You can set upper limit of number of connections per ip allowed using following directive:
Code:
evasive.max-conns-per-ip = 3 Docs:ModEvasive - lighttpd - secure, fast, compliant, and very flexible web-server - Trac |
![]() |
| Bookmarks |
| Tags |
| anti website copier , bot , lighttpd , lighttpd ip connection , mod_evasive , server , throttle ip |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Cron to check a website and restart it if down | permalac | Shell scripting | 3 | 05-16-2008 07:41 PM |
| How to host website using adsl router | zeebala | CentOS / RHEL / Fedora | 2 | 04-01-2008 10:23 PM |
| Issue related to shells | vaibhav.kanchan | Getting started tutorials | 4 | 03-25-2008 01:52 AM |
| How to host website using adsl router | zeebala | CentOS / RHEL / Fedora | 0 | 11-29-2007 08:15 PM |
| Log Off Issue | tkinsella | Linux software | 1 | 08-30-2005 04:03 PM |