Apache HTTPD as a proxy

Posted by markovuksanovic on Server Fault See other posts from Server Fault or by markovuksanovic
Published on 2010-04-06T13:11:49Z Indexed on 2010/04/07 3:23 UTC
Read the original article Hit count: 290

Filed under:
|

I need to redirect all the requests from localhost:8080/app1/ to localhost/app1.

which is the best way to do it.

The only requirement is that the user must never be aware that he is accessing the application at port 80. i guess I need to set up Apache HTTPD proxying - I'm just not sure which is the best way to do it.

Thanks in advance.

© Server Fault or respective owner

Related posts about apache2

Related posts about proxy