]> granicus.if.org Git - apache/commitdiff
Add directory and .htaccess context in mod_env directives.
authorJoshua Slive <slive@apache.org>
Wed, 5 Dec 2001 16:46:14 +0000 (16:46 +0000)
committerJoshua Slive <slive@apache.org>
Wed, 5 Dec 2001 16:46:14 +0000 (16:46 +0000)
PR: 8939
Submitted by: Vladimir Terziev <vlady@rila.bg>

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@92341 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_env.html

index 295b875ebaec84d7e70adab0ed7cbec7af02d9db..fdd813b43497042fc595f027a2c27f65c7fb2ca5 100644 (file)
     <em>env-variable</em> [<em>env-variable</em>] ...<br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> server config, virtual
-    host<br />
+    host, directory, .htaccess<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> FileInfo<br />
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> Base<br />
      <a href="directive-dict.html#Module"
     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
     value</em><br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> server config, virtual
-    host<br />
+    host, directory, .htaccess<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> FileInfo<br />
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> Base<br />
      <a href="directive-dict.html#Module"
     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>
     <em>env-variable</em> [<em>env-variable</em>] ...<br />
      <a href="directive-dict.html#Context"
     rel="Help"><strong>Context:</strong></a> server config, virtual
-    host<br />
+    host, directory, .htaccess<br />
+     <a href="directive-dict.html#Override"
+    rel="Help"><strong>Override:</strong></a> FileInfo<br />
      <a href="directive-dict.html#Status"
     rel="Help"><strong>Status:</strong></a> Base<br />
      <a href="directive-dict.html#Module"
     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>