From: Fabien Coelho Date: Tue, 22 Jan 2013 08:38:38 +0000 (+0000) Subject: macro parameter definitions and uses must match exactly X-Git-Tag: 2.5.0-alpha~5829 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=46c9392d6ec88dc8df66315fe82bbeaa27efbc2c;p=apache macro parameter definitions and uses must match exactly git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436796 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/extra/httpd-macro.conf.in b/docs/conf/extra/httpd-macro.conf.in index 5d91319823..e01e35bc86 100644 --- a/docs/conf/extra/httpd-macro.conf.in +++ b/docs/conf/extra/httpd-macro.conf.in @@ -4,11 +4,10 @@ # Required modules: mod_macro # -# +# # -# ServerName $server -# DocumentRoot @@ServerRoot@@/vhosts/$server/htdocs -# +# ServerName ${server} +# DocumentRoot @@ServerRoot@@/vhosts/${server}/htdocs # AccessLog logs/${server}_access.log # ErrorLog logs/${server}_error.log #