I have a few web applications available on my server on port 8080.
As some of my users can\'t reach port 8080 due to their firewall, I\'d like to set a redirection o
Doing what you did will only send a redirect to port 8080 to the user (which they can't use). You need to use apache mod_proxy or a different proxy server.
ProxyPass /foo http://foo.example.com/bar ProxyPassReverse /foo http://foo.example.com/bar