Hi Hendrik,
>
> Is this a bug or do I have to use the "mapping=servlet" option very carefully?
I'd say both..
mod_proxy mapping= acts very early in request processing and kind of
"appropriates" the request URI to mod_proxy, confusing mod_rewrite, so
it's probably a bug because your use case is le
Hi httpd users,
After adding the mapping=servlet option in the ProxyPass configuration, my
RewriteRule no longer works as desired.
Example:
Hostname: example.org
ProxyPass /alpha http://server1.localnet:8080/alpha
ProxyPass /beta http://server2.localnet:8080/beta mapping=servlet