From: Eric Covener Date: Wed, 22 Oct 2008 11:44:53 +0000 (+0000) Subject: leave a hint about some non-intuitive startup behavior for RewriteMap programs X-Git-Tag: 2.3.0~244 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=919c0c9166eec01f225e1d87acb104f4c001c4a5;p=thirdparty%2Fapache%2Fhttpd.git leave a hint about some non-intuitive startup behavior for RewriteMap programs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@707041 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 7fe2e399777..258946b16b1 100644 --- a/docs/manual/mod/mod_rewrite.html.en +++ b/docs/manual/mod/mod_rewrite.html.en @@ -674,6 +674,11 @@ RewriteRule ^/$ /homepage.std.html [L] RewriteEngine on directive for each virtual host in which you wish to use rewrite rules.

+

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

@@ -960,6 +965,10 @@ $ 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 + 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 baa6038dca6..905a13b3883 100644
--- a/docs/manual/mod/mod_rewrite.xml
+++ b/docs/manual/mod/mod_rewrite.xml
@@ -146,6 +146,11 @@ SCRIPT_URI=http://en1.engelschall.com/u/rse/
       inherited by virtual hosts. This means that you need to have a
       RewriteEngine on directive for each virtual host
       in which you wish to use rewrite rules.

+ +

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

@@ -472,6 +477,10 @@ $ 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 + context that does not have RewriteEngine set to + on

. +
 #!/usr/bin/perl