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 2009/11/21 18:33:32 UTC

svn commit: r882945 - in /httpd/httpd/trunk/docs/manual/rewrite: access.html.en access.xml

Author: rbowen
Date: Sat Nov 21 17:33:31 2009
New Revision: 882945

URL: http://svn.apache.org/viewvc?rev=882945&view=rev
Log:
Correct error. Patch from Lucien Gentis.

Modified:
    httpd/httpd/trunk/docs/manual/rewrite/access.html.en
    httpd/httpd/trunk/docs/manual/rewrite/access.xml

Modified: httpd/httpd/trunk/docs/manual/rewrite/access.html.en
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.html.en?rev=882945&r1=882944&r2=882945&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/access.html.en (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/access.html.en Sat Nov 21 17:33:31 2009
@@ -239,7 +239,7 @@
     <p>
     The second RewriteCond assumes that you have HostNameLookups turned
     on, so that client IP addresses will be resolved. If that's not the
-    case, you should drop the second rule, and drop the
+    case, you should drop the second RewriteCond, and drop the
     <code>[OR]</code> flag from the first RewriteCond.
     </p>
     </dd>

Modified: httpd/httpd/trunk/docs/manual/rewrite/access.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/rewrite/access.xml?rev=882945&r1=882944&r2=882945&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/rewrite/access.xml (original)
+++ httpd/httpd/trunk/docs/manual/rewrite/access.xml Sat Nov 21 17:33:31 2009
@@ -246,7 +246,7 @@
     <p>
     The second RewriteCond assumes that you have HostNameLookups turned
     on, so that client IP addresses will be resolved. If that's not the
-    case, you should drop the second rule, and drop the
+    case, you should drop the second RewriteCond, and drop the
     <code>[OR]</code> flag from the first RewriteCond.
     </p>
     </dd>