Re: [mod-security-users] A few requests :)
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2004-01-02 01:31:47
|
> I got a few friends that like to test out my filter and stuff with the > newest gadgets (retina for one) on my webserver. > Can you make a keyword in mod_security that lets me take away the > protection/logging for certain ip's or ip ranges? That's easy, put this on top of your riles: SecFilterSelective REMOTE_ADDR "IP_ADDRESS" allow > And while you are at it, can you make a black list as well? meaning that > i want to log everything from a certain ip. Can you be more specific? What does "everything" mean? Do you want to trigger the audit log only for a specific IP address? > Also, a keyword in mod_security that makes the logs more readable to > *programs* wouldn't hurt. What stopping programs from reading the current format? -- ModSecurity (http://www.modsecurity.org) [ Open source IDS for Web applications ] |