From: Eric Covener 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
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 aRewriteEngine on
directive for each virtual host in which you wish to use rewrite rules. + +@@ -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: +
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 they're defined in a + context that does not have
. +RewriteEngine set to +on
#!/usr/bin/perl