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 192.168.102.31 is an internal IP of a subnet wich is not reachable directly by clients, but only by the apache gateway.
when i try to access such a address: http://apache_gateway_name/dir i see the client trying to reach 192.168.102.31 address and of course timeout occurs.
can someone help?
Best regards