On Tue, Jun 19, 2018 at 11:26 PM, Herb Burnswell <herbert.burnsw...@gmail.com> wrote: > > Attached is the error_log (scrubbed, may be some replace oddities, but you > can see the progression..).
OK, it seems that the ProxyPass(es) order matters actually. How about: ProxyPass /frontpage/ balancer://applicationcluster/frontpage/ ... ProxyPassReverse /frontpage/ balancer://applicationcluster/frontpage/ ProxyPass / balancer://applicationcluster/frontpage/ ... ? (that's without the /frontpage in the BalancerMembers) (the ProxyPassReverse may not be necessary with ProxyPreserveHost on) Regards, Yann. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org For additional commands, e-mail: users-h...@httpd.apache.org