slive 01/12/05 08:43:36
Modified: htdocs/manual/mod mod_env.html.en
Log:
Should note when the change occured.
Revision Changes Path
1.21 +6 -3 httpd-docs-1.3/htdocs/manual/mod/mod_env.html.en
Index: mod_env.html.en
===================================================================
RCS file: /home/cvs/httpd-docs-1.3/htdocs/manual/mod/mod_env.html.en,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -b -u -r1.20 -r1.21
--- mod_env.html.en 2001/12/05 16:42:03 1.20
+++ mod_env.html.en 2001/12/05 16:43:36 1.21
@@ -66,7 +66,8 @@
rel="Help"><strong>Module:</strong></a> mod_env<br />
<a href="directive-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> 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.
<p>Specifies one or more environment variables to pass to CGI
scripts and SSI pages from the environment of the shell which
@@ -91,7 +92,8 @@
rel="Help"><strong>Module:</strong></a> mod_env<br />
<a href="directive-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> 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.
<p>Sets an environment variable, which is then passed on to CGI
scripts and SSI pages. Example:</p>
@@ -116,7 +118,8 @@
rel="Help"><strong>Module:</strong></a> mod_env<br />
<a href="directive-dict.html#Compatibility"
rel="Help"><strong>Compatibility:</strong></a> 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.
<p>Removes one or more environment variables from those passed
on to CGI scripts and SSI pages. Example:</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]