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





------- Additional Comments From [EMAIL PROTECTED]  2007-12-12 12:33 -------
OK, I found out what is happening. If the directory isn't there, it works as
expected.

I found an interaction between DirectoryIndex and RedirectMatch.

If you request a directory, Apache tries appending all the DirectoryIndex file
names to serve an index page. The RedirectMatch check is done after that. It
probably should be done before that, so that unexpected matches don't occur.

In other words, have the RedirectMatch code run first, then the DirectoryIndex
code. The Solaris and Linux difference was because the Solaris machine was set
to try default.htm in the httpd.conf and the Linux one wasn't.



-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

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

Reply via email to