From: Daniel Earl Poirier Date: Fri, 5 Feb 2010 02:48:34 +0000 (+0000) Subject: Be specific about which environment variables can be used in X-Git-Tag: 2.3.6~510 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=507e7472c6253d1055e631b01e780e358a1b38d4;p=thirdparty%2Fapache%2Fhttpd.git Be specific about which environment variables can be used in expansions in the server configuration file. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@906779 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/configuring.xml b/docs/manual/configuring.xml index 390a88ca85e..c0efc00e3d5 100644 --- a/docs/manual/configuring.xml +++ b/docs/manual/configuring.xml @@ -87,6 +87,12 @@ HTTP server.

unchanged for use by later stages in the config file processing.)

+

Only environment variables defined before the server is started + can be used in expansions. Variables defined in the + configuration file itself, for example with SetEnv, take effect too late to be + used for expansions in the configuration file.

+

The maximum length of a line in the configuration file, after environment-variable substitution, joining any continued lines and removing leading and trailing white space, is 8192 characters.