Home » Questions » Computers [ Ask a new question ]

Apache reverse proxy

Apache reverse proxy

I am trying to setup reverse proxy on Apache/2.2.9 on Ubuntu server to reverse proxy the directory /someapp to another server, using the following config:

Asked by: Guest | Views: 171
Total answers/comments: 1
Guest [Entry]

"Your last line should be the other way around:

ProxyPassReverse http://somehome:8080/someapp/ /someapp

should be:

ProxyPassReverse /someapp http://somehome:8080/someapp/"