From: Eric Covener Date: Wed, 22 Oct 2008 13:40:21 +0000 (+0000) Subject: missing an "if" X-Git-Tag: 2.3.0~242 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aec8fc2bf37341de08170962dbe8c9f0acd3955;p=thirdparty%2Fapache%2Fhttpd.git missing an "if" git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707072 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 258946b16b1..bc900da871a 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -965,7 +965,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map program which will implement a 1:1 map (i.e., key == value) could be:

-

External rewriting programs are not started they're defined in a +

External rewriting programs are not started if they're defined in a context that does not have RewriteEngine set to on

. @@ -1630,4 +1630,4 @@ should never be necessary and is unsupported.

- \ No newline at end of file + diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 905a13b3883..919f39870c3 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -477,7 +477,7 @@ $ httxt2dbm -i mapfile.txt -o mapfile.map program which will implement a 1:1 map (i.e., key == value) could be:

-

External rewriting programs are not started they're defined in a +

External rewriting programs are not started if they're defined in a context that does not have RewriteEngine set to on

.