From: Rich Bowen Date: Sat, 21 Nov 2009 17:33:31 +0000 (+0000) Subject: Correct error. Patch from Lucien Gentis. X-Git-Tag: 2.3.4~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dcd79739097bcda5226ce4060d62949b907e08f1;p=thirdparty%2Fapache%2Fhttpd.git Correct error. Patch from Lucien Gentis. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@882945 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/rewrite/access.html.en b/docs/manual/rewrite/access.html.en index 6c292911f00..44ca5e94158 100644 --- a/docs/manual/rewrite/access.html.en +++ b/docs/manual/rewrite/access.html.en @@ -239,7 +239,7 @@ bsdti1.sdm.de -

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 [OR] flag from the first RewriteCond.

diff --git a/docs/manual/rewrite/access.xml b/docs/manual/rewrite/access.xml index 33b1dca80e9..939ab0cbcbf 100644 --- a/docs/manual/rewrite/access.xml +++ b/docs/manual/rewrite/access.xml @@ -246,7 +246,7 @@ bsdti1.sdm.de -

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 [OR] flag from the first RewriteCond.