On Friday 09 September 2005 08:37, Davide Bianchi wrote:
> jericho escobar wrote:
> > I have the following html file.
> > <html><body><img src="/testme/find.jpg"></body></html>
> > I would like to write an Apache module that will parse this file and send
> > the following to the browser: <html><body><img
> > src="http://imageserver/testme/find.jpg";></body></html>
>
> I thought that mod_html_proxy was already doing something like this.

Yep (apart from the typo).  mod_proxy_html will do exactly that.  And if
the above was just an example and the OP in fact wants a wider range
of rewriting, there are several available modules, up to and including
mod_publisher, offering vastly more extensive manipulation of markup.

-- 
Nick Kew

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