From: Vincent Bray Date: Wed, 26 Mar 2008 18:49:06 +0000 (+0000) Subject: Apply r641391 from trunk [Warning about SetEnv lateness] X-Git-Tag: 2.0.64~188 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4770035a9fdbcc73f59a9482178dfff03fcc913b;p=thirdparty%2Fapache%2Fhttpd.git Apply r641391 from trunk [Warning about SetEnv lateness] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@641474 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index c47454a1df7..3ba686cb0a6 100644 --- a/docs/manual/env.xml +++ b/docs/manual/env.xml @@ -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. + +
  • The SetEnv directive runs + late during request processing meaning that directives such as + SetEnvIf and RewriteCond will not see the + variables set with it.