From: Rich Bowen Date: Mon, 22 Oct 2012 23:33:41 +0000 (+0000) Subject: Add an example of the ${VAR} syntax alluded to. X-Git-Tag: 2.5.0-alpha~6183 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d21a36aa2b5904a3a746c1070196918c78d4054;p=thirdparty%2Fapache%2Fhttpd.git Add an example of the ${VAR} syntax alluded to. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1401124 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a5d7682b682..dd59bfae4d6 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -704,6 +704,8 @@ which no other media type configuration could be found. Define servername www.example.com Define SSL </IfDefine> + + DocumentRoot /var/www/${servername}/htdocs

Variable names may not contain colon ":" characters, to avoid clashes