From: Nick Kew ProxyHTMLMeta was part of i18n support in earlier mod_proxy_html
+ versions, including those for Apache HTTPD 2.0 and 2.2.
+ That functionality has now been separated out into the separate
+ module This turns on or off pre-parsing of metadata in HTML
If not required, turning ProxyHTMLMeta Off will give a small
- performance boost by skipping this parse step. However, it
- is sometimes necessary for internationalisation to work correctly. or, in the case of an XHTML document, an XML declaration.
- It is NOT required if the charset is declared in a real HTTP header
- (which is always preferable) from the backend server, nor if the
- document is utf-8 (unicode) or a subset such as ASCII.
- You may also be able to dispense with it where documents use a
- default declared using The other effect of enabling Enabling <head> sections.<meta http-equiv="Content-Type" content="text/html;charset=foo">
- <meta http-equiv=...> declarations and convert
them to real HTTP headers, in keeping with the original purpose
of this form of the HTML <meta> element.UTF-8
processing overhead. The special token ProxyHTMLCharsetOut *
will generate output using the same encoding as the input.
Note that this relies on
This does not support encoding HTML Entities. If a document contains +characters that cannot be represented in the target charset, it will +fail and the document is likely to be corrupted. This applies even if +such characters are represented as entities in the input document.
+