1. Add a entry in the httpd.conf file for the reverse proxy. This example shows a reverse proxy using an apache name virtual server
<virtualhost />ServerName linux-bsd-central.comProxyPass / http://172.16.0.3:8080/ProxyPassReverse / http://172.16.0.3:8080/</virtualhost />
This will setup a reverse proxy that will front end an application server running on 172.16.0.3 port 8080
Restart apache
Only registered users can write comments.Please login or register.
Powered by AkoComment 1.0 beta 2!