]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Apply r641391 from trunk [Warning about SetEnv lateness]
authorVincent Bray <noodl@apache.org>
Wed, 26 Mar 2008 18:49:06 +0000 (18:49 +0000)
committerVincent Bray <noodl@apache.org>
Wed, 26 Mar 2008 18:49:06 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@641474 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml

index c47454a1df70be528a883c374fb1bb3acfc72d26..3ba686cb0a682b911beb697a5b9748243633bfcb 100644 (file)
           not be a number. Characters which do not match this
           restriction will be replaced by an underscore when passed to
           CGI scripts and SSI pages.</li>
+          
+          <li>The <directive module="mod_env">SetEnv</directive> directive runs
+          late during request processing meaning that directives such as
+          <directive module="mod_setenvif">SetEnvIf</directive> and <directive
+          module="mod_rewrite">RewriteCond</directive> will not see the
+          variables set with it.</li>
         </ul>
     </section>
   </section>