No it's not. It's mostly used to fix poor HTML code served by the application 
server (e.g. absolute URLs), or URL prefixes modified by the proxy server (why 
would anyone want to do that anyway ?) thereby breaking links (e.g. <A 
href=...) 
 
Without any offense to the author, mod_proxy_html can be useful in some cases, 
but in other cases it may cause just as many problems as it will solve. It is 
for example very rigorous about the HTML and JavaScript syntax of documents. If 
the original document is poorly coded, mod_proxy_html may generate output which 
will not be rendered well by browsers (the malformed code would have worked 
because they  usually make "educated" guesses about the author's intentions). 
It can break some charsets (due to libxml2).
 
Unless absolutely compelled to, I avoid using it, and I have mostly managed to 
so far.

Otherwise I believe the answer to your question is in the new mod_proxy_html 
FAQ: http://apache.webthing.com/mod_proxy_html/faq.html
 
-ascs


________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Saturday, June 24, 2006 7:52 PM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] How to set up Apache2 forward proxy server over SSL?


mod_proxy_html is a must for reverse proxy server.

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