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

Improper negative LocationMatch behavior

           Summary: Improper negative LocationMatch behavior
           Product: Apache httpd-2.0
           Version: 2.0.39
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Core
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: [EMAIL PROTECTED]


I've googled, and fiddled to no ends. I have what I believe to
be a simple goal. I wish to:

        <LocationMatch !"^/bar">
                ProxyPass http://somehost
        </LocationMatch>

        <Location /bar>
                handler
        </Location>

The specific regexp used doesn't matter. the instant I add !
which is supposed
to be the negation character /bar is passed to the handler
properly, but
anything else is not proxied but served from the local system
instead.

So to reiterate what is desired:
        everything but /bar goes to somehost
        /bar is handled locally

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

Reply via email to