You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2005/07/21 15:34:12 UTC

svn commit: r220063 - in /httpd/httpd/trunk/docs/manual/mod: mod_rewrite.html.en mod_rewrite.xml

Author: rbowen
Date: Thu Jul 21 06:34:11 2005
New Revision: 220063

URL: http://svn.apache.org/viewcvs?rev=220063&view=rev
Log:
Remove some rather confusing phrasing regarding mod_proxy and how to
determine if it is installed.

Modified:
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
    httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en?rev=220063&r1=220062&r2=220063&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.html.en Thu Jul 21 06:34:11 2005
@@ -1366,14 +1366,8 @@
           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>

Modified: httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml?rev=220063&r1=220062&r2=220063&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml (original)
+++ httpd/httpd/trunk/docs/manual/mod/mod_rewrite.xml Thu Jul 21 06:34:11 2005
@@ -1383,14 +1383,8 @@
           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>