diff options
-rw-r--r-- | docs/manual/env.html.en | 5 | ||||
-rw-r--r-- | docs/manual/env.xml.ja | 2 | ||||
-rw-r--r-- | docs/manual/env.xml.ko | 2 |
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/manual/env.html.en b/docs/manual/env.html.en index df48389eb6..ddae9a72c4 100644 --- a/docs/manual/env.html.en +++ b/docs/manual/env.html.en @@ -115,6 +115,11 @@ 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.</li> + + <li>The <code class="directive"><a href="./mod/mod_env.html#setenv">SetEnv</a></code> directive runs + late during request processing meaning that directives such as + <code class="directive"><a href="./mod/mod_setenvif.html#setenvif">SetEnvIf</a></code> and <code class="directive"><a href="./mod/mod_rewrite.html#rewritecond">RewriteCond</a></code> will not see the + variables set with it.</li> </ul> </div><div class="top"><a href="#page-header"><img alt="top" src="./images/up.gif" /></a></div> diff --git a/docs/manual/env.xml.ja b/docs/manual/env.xml.ja index 7ef0630b03..59ca44266b 100644 --- a/docs/manual/env.xml.ja +++ b/docs/manual/env.xml.ja @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="iso-2022-jp" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ja.xsl"?> -<!-- English Revision: 420990:595288 (outdated) --> +<!-- English Revision: 420990:641391 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more diff --git a/docs/manual/env.xml.ko b/docs/manual/env.xml.ko index fa74266437..3622b5776c 100644 --- a/docs/manual/env.xml.ko +++ b/docs/manual/env.xml.ko @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="EUC-KR" ?> <!DOCTYPE manualpage SYSTEM "./style/manualpage.dtd"> <?xml-stylesheet type="text/xsl" href="./style/manual.ko.xsl"?> -<!-- English Revision: 105989:595288 (outdated) --> +<!-- English Revision: 105989:641391 (outdated) --> <!-- Licensed to the Apache Software Foundation (ASF) under one or more |