RE: [users@httpd] How to set up Apache2 forward proxy server over SSL?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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: frankpeng@xxxxxxxxxxxx [mailto:frankpeng@xxxxxxxxxxxx] 
Sent: Saturday, June 24, 2006 7:52 PM
To: users@xxxxxxxxxxxxxxxx
Subject: [users@httpd] 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: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux