From 9d21a36aa2b5904a3a746c1070196918c78d4054 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Mon, 22 Oct 2012 23:33:41 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index a5d7682b68..dd59bfae4d 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 -- 2.49.0