DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=29450>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=29450 Improved logging for mod_access ------- Additional Comments From [EMAIL PROTECTED] 2004-06-09 02:15 ------- Here is sample output, with LogLevel set to info. What is illustrated here is that: -- .htaccess files are identified -- deny directives are logged unless there isn't one (i.e. default is deny) in which case the order directive is logged. [Tue Jun 08 20:57:18 2004] [error] [client 192.168.1.65] client denied by server configuration: /opt/ apache2a/htdocs/foo/ [Tue Jun 08 20:57:18 2004] [info] [client 192.168.1.65] client denied by deny directive at line 2 of /opt/ apache2a/htdocs/foo/.htaccess [Tue Jun 08 20:57:26 2004] [error] [client 192.168.1.65] client denied by server configuration: /opt/ apache2a/htdocs/bar [Tue Jun 08 20:57:26 2004] [info] [client 192.168.1.65] client denied by order directive at line 362 of / opt/apache2a/conf/httpd.conf [Tue Jun 08 20:58:18 2004] [error] [client 192.168.1.65] client denied by server configuration: /opt/ apache2a/htdocs/foo/.htaccess [Tue Jun 08 20:58:18 2004] [info] [client 192.168.1.65] client denied by deny directive at line 411 of / opt/apache2a/conf/httpd.conf --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
