From: Eric Covener Date: Wed, 22 Oct 2008 11:46:51 +0000 (+0000) Subject: leave a hint about some non-intuitive startup behavior for RewriteMap programs X-Git-Tag: 2.2.11~119 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445b3de92eb743c8178d0ecd35f6580a0ac275ae;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/branches/2.2.x@707043 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_rewrite.html.en b/docs/manual/mod/mod_rewrite.html.en index 21b875f6999..95699e2d3a3 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 2224d45600e..baba2f3c5ab 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