]> 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:41:08 +0000 (18:41 +0000)
committerVincent Bray <noodl@apache.org>
Wed, 26 Mar 2008 18:41:08 +0000 (18:41 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@641468 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/env.xml

index 3e38572577ff8cb9db5b4f7e0dc351d4d42b51d9..9ce24f572a6980a01f15a1604146eb72184ad583 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>