You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by no...@apache.org on 2008/03/26 17:42:25 UTC

svn commit: r641391 - /httpd/httpd/trunk/docs/manual/env.xml

Author: noodl
Date: Wed Mar 26 09:42:21 2008
New Revision: 641391

URL: http://svn.apache.org/viewvc?rev=641391&view=rev
Log:
Add a caveat about SetEnv running late

Modified:
    httpd/httpd/trunk/docs/manual/env.xml

Modified: httpd/httpd/trunk/docs/manual/env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/docs/manual/env.xml?rev=641391&r1=641390&r2=641391&view=diff
==============================================================================
--- httpd/httpd/trunk/docs/manual/env.xml (original)
+++ httpd/httpd/trunk/docs/manual/env.xml Wed Mar 26 09:42:21 2008
@@ -130,6 +130,12 @@
           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>