On Thu 05 Feb 2009, André Warnier wrote:
> Mike Soultanian wrote:
> > André Warnier wrote:
> >> I mean, if in your browser you get such a response page, and look
> >> at the html source of the page, do you really see links to
> >> "http://myserver.tld:81/...";, or are they more like
> >
> > yup.. that's exactly what I'm getting :(
>
> Well, if all the links are like that, then I just happened to see a
> module in the standard Apache module list, which replaces strings
> on-the-fly. I don't recall the name , but it's an output filter and
> it must be mod_replace, or mod_substitute or something like that.

You mean mod_substitute. It is available only since 2.2.7.

If you look for something that follows your HTML more closely have a 
look at mod_proxy_html (http://apache.webthing.com/mod_proxy_html/). It 
can distinguish between

  <a href="http://myserver.tld:81/...";>

and

  <p>http://myserver.tld:81/...</p>

Torsten

-- 
Need professional mod_perl support?
Just hire me: torsten.foert...@gmx.net

---------------------------------------------------------------------
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: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to