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 19:41:13 UTC

svn commit: r641468 - /httpd/httpd/branches/2.2.x/docs/manual/env.xml

Author: noodl
Date: Wed Mar 26 11:41:08 2008
New Revision: 641468

URL: http://svn.apache.org/viewvc?rev=641468&view=rev
Log:
Apply r641391 from trunk [Warning about SetEnv lateness]

Modified:
    httpd/httpd/branches/2.2.x/docs/manual/env.xml

Modified: httpd/httpd/branches/2.2.x/docs/manual/env.xml
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/docs/manual/env.xml?rev=641468&r1=641467&r2=641468&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/docs/manual/env.xml (original)
+++ httpd/httpd/branches/2.2.x/docs/manual/env.xml Wed Mar 26 11:41:08 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>