https://issues.apache.org/bugzilla/show_bug.cgi?id=49809
--- Comment #1 from Freek Dijkstra <[email protected]> 2010-08-23 10:33:53 EDT --- Here is a short httpd.conf to reproduce this bug/feature: Alias /test/ /var/www/test/ <Directory "/var/www/test/projects"> Options Indexes Order deny,allow Deny from all </Directory> <Directory ~ "/var/www/test/projects/$"> Allow from all </Directory> Expected results: - requesting http://localhost/test/projects would give an autoindex - requesting http://localhost/test/projects/subdir would give a 403 Forbidden Actual results: - requesting http://localhost/test/projects gives a 403 Forbidden - requesting http://localhost/test/projects/subdir gives a 403 Forbidden -- 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]
