]> granicus.if.org Git - apache/commitdiff
macro parameter definitions and uses must match exactly
authorFabien Coelho <fabien@apache.org>
Tue, 22 Jan 2013 08:38:38 +0000 (08:38 +0000)
committerFabien Coelho <fabien@apache.org>
Tue, 22 Jan 2013 08:38:38 +0000 (08:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436796 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/extra/httpd-macro.conf.in

index 5d91319823d8ecbe395b1cb9c3fbdc3f3cd0b4b2..e01e35bc86cd653c7770e27540fd82b2049ce140 100644 (file)
@@ -4,11 +4,10 @@
 # Required modules: mod_macro
 #
 
-# <Macro DynamicVirtualHost $server>
+# <Macro DynamicVirtualHost ${server}>
 #    <VirtualHost *:80>
-#        ServerName $server
-#        DocumentRoot @@ServerRoot@@/vhosts/$server/htdocs
-#
+#        ServerName ${server}
+#        DocumentRoot @@ServerRoot@@/vhosts/${server}/htdocs
 #        AccessLog logs/${server}_access.log
 #        ErrorLog logs/${server}_error.log
 #    </VirtualHost>