VO behind firewall, using ProxyPass
Might be a strange request...
My firewall/gateway server also has a webserver built into it. Instead of installing VO on this server I have a separate CentOS server that I am using. In the past I have just created a port forwarding rule in my firewall to send http://www.my-domain.name:8080 to 192.168.0.5 on port 8080.
Well I am tired of telling users to type http://www.my-domain.name:8080 into their browsers, almost to a person they ask how the enter port 8080, do they have to type p-o-r-t 8080? I say no, just add a colon8080... I then usually get a "that's dumb" response...
I recently learned about the ProxyPass functionality of Apache and have set things up so the http://www.my-domain.name/vo is resolved to 192.168.0.5:8080/vo/submit.do and it works, kind of... I can see all of the text on the login page, but no pictures. Then when I login I get the following error:
The requested URL /j_security_check was not found on this server.
Has anyone else tried this and gotten it to work?
Thanks,
Ryan