Apache2 proxypass
Posted
by
gatsby
on Server Fault
See other posts from Server Fault
or by gatsby
Published on 2012-10-03T11:43:41Z
Indexed on
2012/10/04
15:41 UTC
Read the original article
Hit count: 350
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
© Server Fault or respective owner