You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ni...@apache.org on 2011/10/27 02:11:49 UTC

svn commit: r1189549 - in /httpd/httpd/trunk/docs/manual: filter.xml new_features_2_4.xml

Author: niq
Date: Thu Oct 27 00:11:49 2011
New Revision: 1189549

URL: http://svn.apache.org/viewvc?rev=1189549&view=rev
Log:
mod_proxy_html and mod_xml2enc: part 4
References in non-auto-generated general docs

Modified:
    httpd/httpd/trunk/docs/manual/filter.xml
    httpd/httpd/trunk/docs/manual/new_features_2_4.xml

Modified: httpd/httpd/trunk/docs/manual/filter.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/filter.xml?rev=1189549&r1=1189548&r2=1189549&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/filter.xml (original)
+++ httpd/httpd/trunk/docs/manual/filter.xml Thu Oct 27 00:11:49 2011
@@ -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>

Modified: httpd/httpd/trunk/docs/manual/new_features_2_4.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/new_features_2_4.xml?rev=1189549&r1=1189548&r2=1189549&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/new_features_2_4.xml (original)
+++ httpd/httpd/trunk/docs/manual/new_features_2_4.xml Thu Oct 27 00:11:49 2011
@@ -116,6 +116,15 @@
       <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>