From c48c7ceb1f36e975c8214dfdfd3b7d7baec9426c Mon Sep 17 00:00:00 2001 From: Joshua Slive Date: Wed, 5 Dec 2001 16:46:14 +0000 Subject: [PATCH] Add directory and .htaccess context in mod_env directives. PR: 8939 Submitted by: Vladimir Terziev git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92341 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_env.html | 21 +++++++++++++++------ 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 295b875eba..fdd813b434 100644 --- a/docs/manual/mod/mod_env.html +++ b/docs/manual/mod/mod_env.html @@ -57,14 +57,17 @@ env-variable [env-variable] ...
Context: server config, virtual - host
+ host, directory, .htaccess
+ Override: FileInfo
Status: Base
Module: mod_env
Compatibility: PassEnv is only - available in Apache 1.1 and later. + available in Apache 1.1 and later. Directory and .htaccess context + is availble in Apache 1.3.7 and later.

Specifies one or more environment variables to pass to CGI scripts and SSI pages from the environment of the shell which @@ -80,14 +83,17 @@ value
Context: server config, virtual - host
+ host, directory, .htaccess
+ Override: FileInfo
Status: Base
Module: mod_env
Compatibility: SetEnv is only - available in Apache 1.1 and later. + available in Apache 1.1 and later. Directory and .htaccess context + is availble in Apache 1.3.7 and later.

Sets an environment variable, which is then passed on to CGI scripts and SSI pages. Example:

@@ -103,14 +109,17 @@ env-variable [env-variable] ...
Context: server config, virtual - host
+ host, directory, .htaccess
+ Override: FileInfo
Status: Base
Module: mod_env
Compatibility: UnsetEnv is only - available in Apache 1.1 and later. + available in Apache 1.1 and later. Directory and .htaccess context + is availble in Apache 1.3.7 and later.

Removes one or more environment variables from those passed on to CGI scripts and SSI pages. Example:

-- 2.40.0