From: Joshua Slive Date: Wed, 5 Dec 2001 16:46:14 +0000 (+0000) Subject: Add directory and .htaccess context in mod_env directives. X-Git-Tag: 2.0.30~283 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c48c7ceb1f36e975c8214dfdfd3b7d7baec9426c;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/docs/manual/mod/mod_env.html b/docs/manual/mod/mod_env.html index 295b875ebae..fdd813b4349 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: