>> 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/.
>
> 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.
>

Then, please suggest me a way to set up mod_proxy_* so that I have no to
manipulate the links.

Thanks,

rocsca


---------------------------------------------------------------------
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