On Thu, Mar 15, 2018 at 2:59 PM, lucas29252 <lucas.ay...@gmail.com> wrote: > Hi, I'm the original reporter. > > I've just make a fresh install of httpd-2.4.32-Win64-VC15.zip > <https://www.apachelounge.com/download/VC15/binaries/httpd-2.4.32-Win64-VC15.zip> > > And then uncommented the following modules: > > lbmethod_byrequests_module > proxy_module > slotmem_shm_module > > And in the #Virtual hosts section added the following: > > <VirtualHost *:80> > ServerAdmin webmas...@dummy-host.example.com > DocumentRoot "C:/Apache24/docs/dummy-host.example.com" > ServerName dummy-host.example.com > ServerAlias www.dummy-host.example.com > ErrorLog "logs/dummy-host.example.com-error.log" > CustomLog "logs/dummy-host.example.com-access.log" common > > LogLevel debug > > <Proxy balancer://mycluster> > BalancerMember http://localhost:8080 retry=0 > BalancerMember http://localhost:8880 retry=0 status=+H > </Proxy> > > ProxyPass / "balancer://mycluster/" > ProxyPassReverse / "balancer://mycluster/" > > </VirtualHost>
Thanks, I think I see where it comes from, will provide a patch soon.