From e373411f9123558ca986a555ec95201ba16bc891 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 9 Jan 2013 03:03:59 +0000 Subject: [PATCH] Show an example of using a Define'ed variable in a configuration. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1430665 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 e380967107..3e92cc3f23 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -699,6 +699,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.50.1