]> granicus.if.org Git - apache/commitdiff
mod_proxy_html and mod_xml2enc: part 4
authorNick Kew <niq@apache.org>
Thu, 27 Oct 2011 00:11:49 +0000 (00:11 +0000)
committerNick Kew <niq@apache.org>
Thu, 27 Oct 2011 00:11:49 +0000 (00:11 +0000)
References in non-auto-generated general docs

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1189549 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/filter.xml
docs/manual/new_features_2_4.xml

index 52281f77afa9a3823917dfc93e9b16deb7d7bf5c..d59b776d3cd5fff08f0d86a71060aba33358bb26 100644 (file)
@@ -45,6 +45,8 @@
         <module>mod_request</module>
         <module>mod_sed</module>
         <module>mod_substitute</module>
+        <module>mod_xml2enc</module>
+        <module>mod_proxy_html</module>
       </modulelist>
       <directivelist>
         <directive module="mod_filter">FilterChain</directive>
index 99c0fd8d275b6f707816528d45dc7b306ec6ce45..ac5d6aa22ccc212c1af1a49151d09f37dd92e5ee 100644 (file)
       <dd>Allows to add customizable debug logging at different phases of the
       request processing.</dd>
 
+      <dt><module>mod_xml2enc</module></dt>
+      <dd>Formerly a third-party module, this supports internationalisation
+      in libxml2-based (markup-aware) filter modules.</dd>
+
+      <dt><module>mod_proxy_html</module></dt>
+      <dd>Formerly a third-party module, this supports fixing of HTML
+      links in a reverse proxy situation, where the backend generates
+      URLs that are not valid for the proxy's clients.</dd>
+
     </dl>
   </section>