Apache reverse proxy setup
Posted
by
nixnotwin
on Server Fault
See other posts from Server Fault
or by nixnotwin
Published on 2010-12-05T01:36:24Z
Indexed on
2011/03/08
16:12 UTC
Read the original article
Hit count: 186
apache
|reverse-proxy
I have a jboss application server on machine1. The application address is http://ip-address:8080/webapp
. I wanted to have only an ip pointing to the application. So on machine2 I setup an apache proxy. But it only helps to shift to port 80 but the directory webapp
cannot be removed. So using proxy, the address is http://ip-address/webapp
. So is there a way to just have the ip point to the application. For example the address http://ip-address
should open the web page of the application.
© Server Fault or respective owner