From: Lucien Gentis Date: Sun, 5 Feb 2017 15:39:01 +0000 (+0000) Subject: XML updates. X-Git-Tag: 2.5.0-alpha~691 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1f0d48f615a33017220ae72a90748e8b549997d0;p=thirdparty%2Fapache%2Fhttpd.git XML updates. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1781771 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_xml2enc.xml b/docs/manual/mod/mod_xml2enc.xml index 859ff0dc864..9393466511e 100644 --- a/docs/manual/mod/mod_xml2enc.xml +++ b/docs/manual/mod/mod_xml2enc.xml @@ -58,9 +58,10 @@ for 2.2.x versions
Non-enabled modules

To use it with a libxml2-based module that isn't explicitly enabled for - mod_xml2enc, you will have to configure the filter chain yourself. - So to use it with a filter foo provided by a module mod_foo to - improve the latter's i18n support with HTML and XML, you could use

+ mod_xml2enc, you will have to configure the filter chain yourself. So to + use it with a filter foo provided by a module + mod_foo to improve the latter's i18n support with HTML and + XML, you could use


     FilterProvider iconv    xml2enc Content-Type $text/html
     FilterProvider iconv    xml2enc Content-Type $xml
@@ -68,7 +69,7 @@ for 2.2.x versions
     FilterProvider markup   foo Content-Type $xml
     FilterChain     iconv markup
     
-

mod_foo will now support any character set supported by either +

mod_foo will now support any character set supported by either (or both) of libxml2 or apr_xlate/iconv.

diff --git a/docs/manual/platform/windows.xml b/docs/manual/platform/windows.xml index c8c1dd3c088..53d1e35c64f 100644 --- a/docs/manual/platform/windows.xml +++ b/docs/manual/platform/windows.xml @@ -156,7 +156,7 @@ RewriteRule "(.*)" "${lowercase:$1}" [R,L] runtime, without recompiling the server. If Apache is compiled normally, it will install a number of optional modules in the \Apache2.&httpd.minor;\modules directory. To activate these or - other modules, the new LoadModule + other modules, the LoadModule directive must be used. For example, to activate the status module, use the following (in addition to the status-activating directives in access.conf):