> -----Original Message-----
> From: Rocco Scappatura [mailto:[EMAIL PROTECTED] 
> Sent: Monday, December 03, 2007 12:38 PM
> To: users@httpd.apache.org
> Subject: RE: [EMAIL PROTECTED] Rewriting URL inside a 'proxyed' 
> page (SOLVED)
> 
> > > I have a Tomcat webapp which is surfed from Internet using 
> > a reverse 
> > > proxy (or better, my idea is).
> > > 
> > > To be practical, say that:
> > > 
> > >  http://www.exaple.com/site/ -->
> > > http://localhost:8081/webapp/app/site/
> > > 
> > > Unfortunately, when I get the home page
> > > (http://www.exaple.com/site/index.html) correctly, I find 
> > that every 
> > > URL inside it is ABSOLUTE and wrong:
> > > 
> > >  http:/www.example.com/app/site/link
> > 
> > What's wrong with this? What do you expect to get?
> 
> You could easily image that the URL above is not valid. I had to  get 

Actually, I couldn't easily understand you at all. I did, however, take
time to try to help you. Next time, figure it out yourself....



> 
> http:/www.example.com/site/link
> 
> instead.
> 
> Anyway, I have solved adding a further mod_proxy_html directive:
> 
> ProxyHTMLURLMap  http://www.example.com/site/ /
> 
> > Links in the source HTML should be relative. If you mean they 
> > are literally absolute, then you need to fix the source HTML.
> > 
> > NB - Neither apache nor tomcat edits internal URLs in documents.
> 
> Nobody has asserted this. I only argued that mod_proxy_html didn't
> replace the URL correctly. But in effect I wrong, because another
> setting is needed only.
> 
> Thanks,
> 
> rocsca
> 
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP 
> Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: [EMAIL PROTECTED]
>    "   from the digest: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
 
 
This message is for the named person's use only. It may contain confidential, 
proprietary or legally privileged information. No confidentiality or privilege 
is waived or lost by any mistransmission. If you receive this message in error, 
please notify the sender urgently and then immediately delete the message and 
any copies of it from your system. Please also immediately destroy any 
hardcopies of the message. You must not, directly or indirectly, use, disclose, 
distribute, print, or copy any part of this message if you are not the intended 
recipient. The sender's company reserves the right to monitor all e-mail 
communications through their networks. Any views expressed in this message are 
those of the individual sender, except where the message states otherwise and 
the sender is authorised to state them to be the views of the sender's company.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to