On Nov 19, 2007 3:21 AM, Christian Folini <[EMAIL PROTECTED]> wrote:
> Hey Greg,
>
> could you elaborate on this? How would you prevent this
> attack with mod_access?

In one case where an attack was under way but I didn't have access to
the firewall, I added something like:

Order Deny,Allow
# offending requests coming from this class C
Deny from 192.168.123
Allow from all

to the docroot's .htaccess file.  Not as effective as dropping the
packets at the border, obviously, but in this case the attacker wasn't
very bright/determined.

-G

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to