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.

Davide


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