From a61ffb9c619b9243209e1ffba5064fde3878c736 Mon Sep 17 00:00:00 2001 From: Vincent Bray Date: Wed, 26 Mar 2008 16:42:21 +0000 Subject: [PATCH] Add a caveat about SetEnv running late git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641391 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 a5950db802f..07321a21c99 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