Re: Disable logging of invalid requests

2008-12-14 Thread Mitar
like "IP this and this sent an invalid request". And what is logged to an error log is already adjusted with LogLevel. I would put this warning into info or notice level. Mitar - To unsubscribe, e-mail: users-unsubscr...

Re: Disable logging of invalid requests

2008-12-14 Thread Mitar
ests. I agree that the default behavior should be logging them. But I also believe this should be customizable. Not all usage cases have the same definition of security. I could pipe to another program which would remove them before writing to a log file, though. Mitar -

Disable logging of invalid requests

2008-12-11 Thread Mitar
ot;^/index.html$" log_request=yes CustomLog "/var/log/httpd-access.log" common env=log_request CustomLog "/dev/null" common env=!log_request But the problem is that those invalid requests are still logged to httpd-access.log file. Mitar