Skip to content

Commit 58768f7

Browse files
author
Nick Kew
committed
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
1 parent c3246c5 commit 58768f7

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

docs/manual/filter.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@
4545
<module>mod_request</module>
4646
<module>mod_sed</module>
4747
<module>mod_substitute</module>
48+
<module>mod_xml2enc</module>
49+
<module>mod_proxy_html</module>
4850
</modulelist>
4951
<directivelist>
5052
<directive module="mod_filter">FilterChain</directive>

docs/manual/new_features_2_4.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,15 @@
116116
<dd>Allows to add customizable debug logging at different phases of the
117117
request processing.</dd>
118118

119+
<dt><module>mod_xml2enc</module></dt>
120+
<dd>Formerly a third-party module, this supports internationalisation
121+
in libxml2-based (markup-aware) filter modules.</dd>
122+
123+
<dt><module>mod_proxy_html</module></dt>
124+
<dd>Formerly a third-party module, this supports fixing of HTML
125+
links in a reverse proxy situation, where the backend generates
126+
URLs that are not valid for the proxy's clients.</dd>
127+
119128
</dl>
120129
</section>
121130

0 commit comments

Comments
 (0)