On Fri, Jun 15, 2018 at 12:34 AM, Herb Burnswell
<herbert.burnsw...@gmail.com> wrote:
>
>> If you accept that /frontpage path going up to the client/browser once
>> the first / works, then you can:
>>    ProxyPass / balancer://applicationcluster/frontpage/ ...
>>    ProxyPass /frontpage/ balancer://applicationcluster/frontpage/ ...
>>    ProxyPassReverse / balancer://applicationcluster/frontpage/
>> The two ProxyPass handle the two kind of paths to forward (the
>> longuest match should be elected first).
>
> Using the two ProxyPass directives per above sends a request into a loop.

What if you remove the ProxyPassReverse, leaving the 2 ProxyPass only?

Regards,
Yann.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to