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

mod_proxy is case sensitive on first directory in proxypass

[EMAIL PROTECTED] changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID



------- Additional Comments From [EMAIL PROTECTED]  2002-05-08 17:15 -------
I don't consider this a bug.  URLs are case-sensitive.  Apache has no way to 
know
that it is proxying to a case-insensitive backend filesystem.  Also note that
things like Alias are also case-sensitive in apache.

If you really need this to be case-insensitive, then consider using a 
RewriteRule
with the P for Proxy and NC for No-Case flags.  But you are probably better off
training your developers to always be cases-sensitive on the web.

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

Reply via email to