It works !!!! It works with the ProxyPassReverse included.
Yann - Thank you very much for all of your help, it's greatly appreciated.. Best, HB On Wed, Jun 20, 2018 at 7:54 AM, Yann Ylavic <[email protected]> wrote: > On Tue, Jun 19, 2018 at 11:26 PM, Herb Burnswell > <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > >
