| Description: | Sets an HTML or XHTML document type declaration. |
| Syntax: | ProxyHTMLDocType HTML|XHTML [Legacy] OR
- ProxyHTMLDocType fpi [SGML|XML] |
+
ProxyHTMLDocType fpi [SGML|XML]
OR
+
ProxyHTMLDocType html5
OR
+
ProxyHTMLDocType auto
+| Default: | ProxyHTMLDocType auto (2.5/trunk versions); no FPI (2.4.x) |
| Context: | server config, virtual host, directory |
| Status: | Base |
| Module: | mod_proxy_html |
@@ -137,9 +140,9 @@ be necessary if you are proxying pre-1998 content or working with defective
authoring/publishing tools.
In the second form, it will insert your own FPI. The optional second
argument determines whether SGML/HTML or XML/XHTML syntax will be used.
-The default is changed to omitting any FPI,
-on the grounds that no FPI is better than a bogus one. If your backend
-generates decent HTML or XHTML, set it accordingly.
+The third form declares documents as HTML 5.
+The fourth form is new in HTTPD trunk and not yet available in released
+versions, and uses libxml2's HTML parser to detect the doctype.
If the first form is used, mod_proxy_html
will also clean up the HTML to the specified standard. It cannot
fix every error, but it will strip out bogus elements and attributes.
diff --git a/docs/manual/mod/mod_so.xml.meta b/docs/manual/mod/mod_so.xml.meta
index 62a027968f4..180ea77cd89 100644
--- a/docs/manual/mod/mod_so.xml.meta
+++ b/docs/manual/mod/mod_so.xml.meta
@@ -9,7 +9,7 @@
en
fr
- ja
+ ja
ko
tr
diff --git a/docs/manual/mod/mpm_winnt.xml.de b/docs/manual/mod/mpm_winnt.xml.de
index dc24b11917c..97094674a1d 100644
--- a/docs/manual/mod/mpm_winnt.xml.de
+++ b/docs/manual/mod/mpm_winnt.xml.de
@@ -1,7 +1,7 @@
-
+
+