From f54873db89ad3999c5333882d5ec9533065bdef7 Mon Sep 17 00:00:00 2001 From: Nick Kew Date: Thu, 27 Oct 2011 00:11:49 +0000 Subject: [PATCH] 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 --- docs/manual/filter.xml | 2 ++ docs/manual/new_features_2_4.xml | 9 +++++++++ 2 files changed, 11 insertions(+) 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 @@ mod_request mod_sed mod_substitute + mod_xml2enc + mod_proxy_html FilterChain 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 @@
Allows to add customizable debug logging at different phases of the request processing.
+
mod_xml2enc
+
Formerly a third-party module, this supports internationalisation + in libxml2-based (markup-aware) filter modules.
+ +
mod_proxy_html
+
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.
+ -- 2.40.0