- "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
>
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
- "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
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