Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Igor Galić
- "Eric Covener" wrote: > > > > I think the option should be by itself e.g. > > > > or > > ProxyPassMatch (?i)^/zutap > I was going from: 19:08 negative redirect 19:08 Redirect everything except /images/: RedirectMatch ^/(?!images/)(.*) http://dynamic.myhost.com/$1 And then inter

Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Eric Covener
> I think the option should be by itself e.g. or ProxyPassMatch (?i)^/zutap - The official User-To-User support forum of the Apache HTTP Server Project. See http://httpd.apache.org/userslist.html> for more info. To unsubscri

Re: [us...@httpd] Case in-sensitivity for location directive

2010-10-15 Thread Igor Galić
- "Oswald Caelan" wrote: > Hello all, > > > I am working with a solution that requires the usage of > mod_proxy_balancer and an application server that both ignores case > and mixes different case combinations in URLs found in generated > content. The configuration works, however I have no

[us...@httpd] Case in-sensitivity for location directive

2010-10-14 Thread Oswald Caelan
Hello all, I am working with a solution that requires the usage of mod_proxy_balancer and an application server that both ignores case and mixes different case combinations in URLs found in generated content. The configuration works, however I have now a new requirement that causes problems. I sh