summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorNick Kew <niq@apache.org>2011-10-27 00:11:49 +0000
committerNick Kew <niq@apache.org>2011-10-27 00:11:49 +0000
commitf54873db89ad3999c5333882d5ec9533065bdef7 (patch)
treeb5f05e6f12bf9e0e95ec5534164566e18dc57a85 /docs/manual
parentb566eda60b5ed40ee14c38758b75d40e7f4567c6 (diff)
downloadhttpd-f54873db89ad3999c5333882d5ec9533065bdef7.tar.gz
mod_proxy_html and mod_xml2enc: part 4
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
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/filter.xml2
-rw-r--r--docs/manual/new_features_2_4.xml9
2 files changed, 11 insertions, 0 deletions
diff --git a/docs/manual/filter.xml b/docs/manual/filter.xml
index 52281f77af..d59b776d3c 100644
--- a/docs/manual/filter.xml
+++ b/docs/manual/filter.xml
@@ -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>
diff --git a/docs/manual/new_features_2_4.xml b/docs/manual/new_features_2_4.xml
index 99c0fd8d27..ac5d6aa22c 100644
--- a/docs/manual/new_features_2_4.xml
+++ b/docs/manual/new_features_2_4.xml
@@ -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>