You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2002/05/08 19:15:45 UTC

DO NOT REPLY [Bug 8911] - mod_proxy is case sensitive on first directory in proxypass

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

slive@apache.org changed:

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



------- Additional Comments From slive@apache.org  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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org