Cleanup html docs using dpatch
[manu/mod-proxy-html.git] / README
1 DOCUMENTATION for this module is at
2         http://apache.webthing.com/mod_proxy_html/
3
4 UPGRADING: IMPORTANT NOTE
5
6 Upgrading from 3.0 or any earlier version, you may need to:
7   (1) Load mod_xml2enc
8   (2) Use the new "ProxyHTMLEnable On" directive in place of
9       Apache's general-purpose filter configuration (such as
10       SetOutputFilter or FilterChain).
11 Without these it'll work fine with ASCII or Unicode utf-8,
12 but is likely to display characters incorrectly with other
13 character encodings.
14
15 If you are upgrading from mod_proxy_html 2.x (or 1.x), you will need
16 to configure what HTML elements should be treated as links and events.
17 The configuration file "proxy_html.conf" loaded into your httpd.conf
18 (or apache.conf, apache2.conf or similar according to packager's whims)
19 does this if you're dealing with standard/W3C HTML 4 and/or XHTML 1.
20
21 WINDOWS USERS:
22
23 You may need to install some prerequisite libraries before you can
24 load mod_proxy_html into apache.  If you don't already have them,
25 see the README at
26         http://apache.webthing.com/mod_proxy_html/windows/