summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorVincent Bray <noodl@apache.org>2008-03-26 16:44:46 +0000
committerVincent Bray <noodl@apache.org>2008-03-26 16:44:46 +0000
commitca2272638452222cd7d0690630cd7cd10eb09b95 (patch)
tree6053358cfaed3dbaa6991b1635c339c69e5a25b4 /docs
parenta61ffb9c619b9243209e1ffba5064fde3878c736 (diff)
downloadhttpd-ca2272638452222cd7d0690630cd7cd10eb09b95.tar.gz
Update transformations
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@641392 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/env.html.en5
-rw-r--r--docs/manual/env.xml.ja2
-rw-r--r--docs/manual/env.xml.ko2
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