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