Apache reverse proxy "Failed to load resource" 502 Proxy Error Apache reverse proxy "Failed to load resource" 502 Proxy Error apache apache

Apache reverse proxy "Failed to load resource" 502 Proxy Error


Need a slash (see after the 8000) to indicate the path is a wildcard so the whole tree is in play:

ProxyPass / http://localhost:8000/ retry=1 acquire=3000 timeout=3000 Keepalive=On ProxyPassReverse / http://localhost:8000/

-kt