From: Eric Covener 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
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 aRewriteEngine on
directive for each virtual host in which you wish to use it. + ++ @@ -589,6 +595,10 @@ $ txt2dbm map.txt map.db program which will implement a 1:1 map (i.e., key == value) could be: +
RewriteMap directives of the typeprg
+ are not started during server initialization if they're defined in a + context that does not haveRewriteEngine set to +on
External rewriting programs are not started if they're defined in a + context that does not have
. +RewriteEngine set to +on
#!/usr/bin/perl