Apache2 proxypass
- by gatsby
i'm trying to figure out why my apache2 reverse proxy doesn't work... hope someone can clarify.
i'm using an apache server as a gateway with proxy pass: 10.184.1.2 is the IP.
these are PP instructions i inserted in the 000-default config file.
ProxyPass / http://192.168.102.31/
ProxyPassReverse / http://192.168.102.31/
the host…