summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2010-12-27 21:10:04 +0000
committerRich Bowen <rbowen@apache.org>2010-12-27 21:10:04 +0000
commit90e3e92daee62a136e5f8fae32b4920237ab065a (patch)
tree84c7a12515ee9ad6c6d857fc96e62fb9eaf8af45
parent553a30b62389add7cba4e3476c011fcbd340295c (diff)
downloadhttpd-90e3e92daee62a136e5f8fae32b4920237ab065a.tar.gz
Links to current docs.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@1053188 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--htdocs/manual/mod/mod_env.html.en9
1 files changed, 9 insertions, 0 deletions
diff --git a/htdocs/manual/mod/mod_env.html.en b/htdocs/manual/mod/mod_env.html.en
index 168c8f0aa0..421754928d 100644
--- a/htdocs/manual/mod/mod_env.html.en
+++ b/htdocs/manual/mod/mod_env.html.en
@@ -69,6 +69,9 @@
available in Apache 1.1 and later. Directory and .htaccess context
is available in Apache 1.3.7 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_env.html#passenv">here</a></strong></p>
+
<p>Specifies one or more environment variables to pass to CGI
scripts and SSI pages from the environment of the shell which
invoked the httpd process. Example:</p>
@@ -95,6 +98,9 @@
available in Apache 1.1 and later. Directory and .htaccess context
is available in Apache 1.3.7 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_env.html#setenv">here</a></strong></p>
+
<p>Sets an environment variable, which is then passed on to CGI
scripts and SSI pages. Example:</p>
<pre>
@@ -121,6 +127,9 @@
available in Apache 1.1 and later. Directory and .htaccess context
is available in Apache 1.3.7 and later.
+ <p class="currentdocs"><strong>Current documentation for this directive may be found <a
+ href="http://httpd.apache.org/docs/current/mod/mod_env.html#unsetenv">here</a></strong></p>
+
<p>Removes one or more environment variables from those passed
on to CGI scripts and SSI pages. Example:</p>
<pre>