Commit 58768f70 authored by Nick Kew's avatar Nick Kew
Browse files

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
parent c3246c51
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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>
+9 −0
Original line number Diff line number Diff line
@@ -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>