On Tue, Nov 13, 2001 at 11:04:04AM -0800, Ian Holsman wrote: > I'm getting a coredump with proxy & linux ;( > > Scenario: > R-proxy server BEA-Weblogic 5.1.0 Sp10 > > <Location /x> > ProxyPass http://appserver > </Location> > </location /y> > ProxyPass http://appserver > </location>
What if you do: <Location /x> ProxyPass http://appserver/ </Location> or even: ProxyPass /x http://appserver/ IIRC, the / is significant. We could beef up the URL parsing semantics though to make it more robust. -- justin
