From: Vincent Bray Date: Wed, 26 Mar 2008 18:41:08 +0000 (+0000) Subject: Apply r641391 from trunk [Warning about SetEnv lateness] X-Git-Tag: 2.2.9~273 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=72aea1934d600ed131625e208cc1d6ecd9d30388;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.2.x@641468 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/env.xml b/docs/manual/env.xml index 3e38572577f..9ce24f572a6 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.