From: Eric Covener Date: Wed, 22 Oct 2008 13:46:22 +0000 (+0000) Subject: rewriteengine off vs. rewritemap prg X-Git-Tag: 2.0.64~116 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b98eaa558a1c969fd7d1a2b77322de40012a2b;p=thirdparty%2Fapache%2Fhttpd.git rewriteengine off vs. rewritemap prg git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@707077 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 2468322d837..03925f173ac 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -727,6 +727,12 @@ RewriteRule ^/$ /homepage.std.html [L] RewriteEngine on directive for each virtual host in which you wish to use it.

+

RewriteMap directives of the type prg + are not started during server initialization if they're defined in a + context that does not have RewriteEngine set to + on

+ +
top

RewriteLock Directive

@@ -1038,6 +1044,10 @@ $ txt2dbm map.txt map.db program which will implement a 1:1 map (i.e., key == value) could be:

+

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

. +
 #!/usr/bin/perl
 $| = 1;
diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml
index af02cb747b1..e9e7c895e6e 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -227,6 +227,12 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
       inherited. This means that you need to have a
       RewriteEngine on directive for each virtual host
       in which you wish to use it.

+ +

RewriteMap directives of the type prg + are not started during server initialization if they're defined in a + context that does not have RewriteEngine set to + on

+ @@ -589,6 +595,10 @@ $ txt2dbm map.txt map.db program which will implement a 1:1 map (i.e., key == value) could be:

+

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

. +
 #!/usr/bin/perl