From 4770035a9fdbcc73f59a9482178dfff03fcc913b Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Wed, 26 Mar 2008 18:49:06 +0000 Subject: [PATCH] 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 --- docs/manual/env.xml | 6 ++++++ 1 file changed, 6 insertions(+) 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.
  • -- 2.47.2