https://issues.apache.org/bugzilla/show_bug.cgi?id=50417
--- Comment #5 from Rich Bowen <[email protected]> 2011-01-16 09:11:13 EST --- > 3) It should be suggested to add ".ht*" to IndexIgnore. Although these files > wouldn't be displayed (if access was denied because of "-ShowForbidden" each > listing would cause errors like: > "client denied by server configuration: /var/www/.htaccess" The default configuration file contains: IndexIgnore .??* *~ *# HEADER* README* RCS CVS *,v *,t That first one - .??* - covers .ht* and many other files that one would like to hide. Every third-party distro that I've looked at also includes something like this in the default. Also, the example in the docs included .htaccess. However, what I've done in r1059562 is make the example given in the docs match the example in the default config file provided at conf/extra/httpd-autoindex.conf, which is as shown above. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
