]> granicus.if.org Git - apache/commitdiff
Add a caveat about SetEnv running late
authorVincent Bray <noodl@apache.org>
Wed, 26 Mar 2008 16:42:21 +0000 (16:42 +0000)
committerVincent Bray <noodl@apache.org>
Wed, 26 Mar 2008 16:42:21 +0000 (16:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641391 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml

index a5950db802f60e274c23cb9355a81a88610ed5ba..07321a21c99d8627bd7868644076e6a32622f1bf 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>