diff options
author | Ken Coar <coar@apache.org> | 1998-02-05 21:05:18 +0100 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 1998-02-05 21:05:18 +0100 |
commit | 80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7 (patch) | |
tree | d84bf79bbaa000a17174059724a09ff6219e8245 /docs/manual/mod/mod_env.html | |
parent | Correct a link that assumed the old documentation tree layout. (diff) | |
download | apache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.tar.xz apache2-80c32a1d5fe6458abcf83e4ca000eebcdb2c3da7.zip |
Another pass at the normalisation of the HTML tags. Some
corrections coming up.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@80130 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/mod/mod_env.html')
-rw-r--r-- | docs/manual/mod/mod_env.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 965084375f..d7404b1930 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -20,7 +20,7 @@ is not compiled in by default. It provides for passing environment variables to CGI/SSI scripts. Is is only available in Apache 1.1 and later. -<h2>Summary</h2> +<H2>Summary</H2> This module allows Apache's CGI and SSI environment to inherit environment variables from the shell which invoked the httpd process. @@ -28,7 +28,7 @@ CERN web-servers are able to do this, so this module is especially useful to web-admins who wish to migrate from CERN to Apache without rewriting all their scripts -<h2>Directives</h2> +<H2>Directives</H2> <UL> <LI><A HREF="#passenv">PassEnv</A> <LI><A HREF="#setenv">SetEnv</A> @@ -37,7 +37,7 @@ rewriting all their scripts <HR> -<h2><A name="passenv">PassEnv</A></h2> +<H2><A name="passenv">PassEnv</A></H2> <A HREF="directive-dict.html#Syntax" REL="Help" @@ -68,7 +68,7 @@ from the server's own environment. Example: <HR> -<h2><A name="setenv">SetEnv</A></h2> +<H2><A name="setenv">SetEnv</A></H2> <A HREF="directive-dict.html#Syntax" REL="Help" @@ -99,7 +99,7 @@ scripts. Example: <HR> -<h2><A name="unsetenv">UnsetEnv</A></h2> +<H2><A name="unsetenv">UnsetEnv</A></H2> <A HREF="directive-dict.html#Syntax" REL="Help" |