Commit 9d06cedf authored by Richard Bowen's avatar Richard Bowen
Browse files

Remove some rather confusing phrasing regarding mod_proxy and how to

determine if it is installed.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@220063 13f79535-47bb-0310-9956-ffa450edef68
parent 8904f264
Loading
Loading
Loading
Loading
+2 −8
Changes for docs/manual/mod/mod_rewrite.html.en: 2 added lines, 8 removed lines.
Original line number Diff line number Diff line
@@ -1366,14 +1366,8 @@ When using the NOT character
          to map some remote stuff into the namespace of the local
          server. 

          <p>Notice: To use this functionality make sure you have
          the proxy module compiled into your Apache server
          program. If you don't know please check whether
          <code>mod_proxy.c</code> is part of the ``<code>httpd
          -l</code>'' output. If yes, this functionality is
          available to mod_rewrite. If not, then you first have to
          rebuild the <code class="program"><a href="../programs/httpd.html">httpd</a></code> program with mod_proxy
          enabled.</p>
          <p>Notice: <code class="module"><a href="../mod/mod_proxy.html">mod_proxy</a></code> must be enabled in order
          to use this flag.</p>
        </li>

        <li>
+2 −8
Changes for docs/manual/mod/mod_rewrite.xml: 2 added lines, 8 removed lines.
Original line number Diff line number Diff line
@@ -1383,14 +1383,8 @@ When using the NOT character
          to map some remote stuff into the namespace of the local
          server. 

          <p>Notice: To use this functionality make sure you have
          the proxy module compiled into your Apache server
          program. If you don't know please check whether
          <code>mod_proxy.c</code> is part of the ``<code>httpd
          -l</code>'' output. If yes, this functionality is
          available to mod_rewrite. If not, then you first have to
          rebuild the <program>httpd</program> program with mod_proxy
          enabled.</p>
          <p>Notice: <module>mod_proxy</module> must be enabled in order
          to use this flag.</p>
        </li>

        <li>