Someone know why the pages that I get via reverse proxy are relative to
the real web server and not to the proxy server?

eg:

ProxyPass / http://localhost:8081/app/
ProxyPassReverse / http://localhost:8081/app/

when I access http://www.example.com (www.example.com resolves to proxy
server), I get the first page correctly, but every link to a rosouce in
it contained is relative to http://localhost:8081/app/.

eg:

there is a link to css/style.css in the home page of
http://www.example.com and it is not loaded because i try to get
http://www.example.com/app/.

thanks,

rocsca

Such a proxy configuration may require manipulation of the HTML links. Are the links being created dynamically or are they hard coded with

css/style.css instead of  /app/css/style.css and so on.


--
Regards

Gabe Wong
NGASI AppServer Manager
Application server installation and configuration AUTOMATION
http://www.ngasi.com


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to