From: Eric Covener Date: Fri, 26 Jul 2013 14:21:54 +0000 (+0000) Subject: Merge r1507320 from trunk: X-Git-Tag: 2.2.26~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5dc90186165890fcb9bd4a481c5d62f24f6a152;p=thirdparty%2Fapache%2Fhttpd.git Merge r1507320 from trunk: 1-arg SetEnv is valid http://httpd.apache.org/docs/2.2/mod/mod_proxy_http.html#comment_1528 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1507323 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_env.xml b/docs/manual/mod/mod_env.xml index e2ddd764e51..d918c6abfc6 100644 --- a/docs/manual/mod/mod_env.xml +++ b/docs/manual/mod/mod_env.xml @@ -64,7 +64,7 @@ SSI pages SetEnv Sets environment variables -SetEnv env-variable value +SetEnv env-variable [value] server configvirtual host directory.htaccess FileInfo @@ -76,6 +76,9 @@ SSI pages Example SetEnv SPECIAL_PATH /foo/bin + +

If you omit the value argument, the variable is set to + an empty string.

The internal environment variables set by this directive are set after most early request processing directives are run, such as access