Apache HTTPD as a proxy
- by markovuksanovic
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.