Commit ef53bb5a authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent 4f303b95
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -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>