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=8880>.
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=8880

AcceptPathInfo fails on DirectoryIndex files

           Summary: AcceptPathInfo fails on DirectoryIndex files
           Product: Apache httpd-2.0
           Version: 2.0.36
          Platform: All
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Strictly speaking, this isn't a bug, but it doesn't seem unreasonable to me...
On my Win2K Apache 2.0.36 (with PHP 4.2.0 as module), looking to serve up 
myServer.com/myDir/index.php

myServer.com/myDir?the/rest/do/not/exist             => works
myServer.com/myDir/?the/rest/do/not/exist            => works
myServer.com/myDir/index.php/the/rest/do/not/exist   => works (bug 8234 fixed)
myServer.com/myDir/the/rest/do/not/exist             => error 404

The first two work because I have: DirectoryIndex index.php index.htm index.html
The third works because I have: AcceptPathInfo On
The fourth does not work even though I have both DirectoryIndex and 
AcceptPathInfo set as above

Shouldn't (as we check for existence of directories working backwards) we, upon 
encountering an existing directory, check for the DirectoryIndex files in that 
directory?

    Thanks for considering,
        Csaba Gabor

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to