Re: [mod-security-users] Log question
Brought to you by:
victorhora,
zimmerletw
|
From: Ivan R. <iv...@we...> - 2005-01-03 13:15:03
|
Tkachenko Alexei wrote: > Peace be with you, > > > I'd like to log all php and perl requests in different logs in addition to > my usual mod_security logging. All requests? You can do that without mod_security. Something like this should work: SetEnvIf Request_URI (\.php|\.phtml|/)$ dynamic CustomLog logs/b92.log combined env=dynamic -- Ivan Ristic (http://www.modsecurity.org) |