DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14206>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14206 DirectoryIndex circumvents -FollowSymLinks option Summary: DirectoryIndex circumvents -FollowSymLinks option Product: Apache httpd-2.0 Version: 2.0.43 Platform: PC OS/Version: Linux Status: NEW Severity: Normal Priority: Other Component: mod_dir AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Given the following httpd.conf, where /home/www/index.html is a symbolic link to /home/www/foo.html, a request for http://localhost/index.html predictably fails with a "403 forbidden" error and generates a "Symbolic link not allowed: /home/www/index.html" entry in the server error log. However, a request for http://localhost/ returns /home/www/foo.html. # /etc/httpd/conf/httpd.conf Group www Listen 80 LogLevel info PidFile /var/run/httpd.pid ServerRoot /etc/httpd User www LoadModule dir_module mods/mod_dir.so DirectoryIndex index.html <Directory /> AllowOverride None Options None </Directory> ServerName localhost DocumentRoot /home/www --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
