From: Fabien Coelho Date: Tue, 22 Jan 2013 08:38:38 +0000 (+0000) Subject: macro parameter definitions and uses must match exactly X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f6adeee01f855725b5ca80e95ed52d1c3c4954d;p=thirdparty%2Fapache%2Fhttpd.git 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 5d91319823d..e01e35bc86c 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 #