summaryrefslogtreecommitdiff
path: root/docs/conf
diff options
context:
space:
mode:
authorFabien Coelho <fabien@apache.org>2013-01-22 08:38:38 +0000
committerFabien Coelho <fabien@apache.org>2013-01-22 08:38:38 +0000
commit46c9392d6ec88dc8df66315fe82bbeaa27efbc2c (patch)
treefdc6a313f3676578ebffafb270c5eda8dd174d53 /docs/conf
parent32cf456106c735c875d0b488682cf697a15ef493 (diff)
downloadhttpd-46c9392d6ec88dc8df66315fe82bbeaa27efbc2c.tar.gz
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
Diffstat (limited to 'docs/conf')
-rw-r--r--docs/conf/extra/httpd-macro.conf.in7
1 files changed, 3 insertions, 4 deletions
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
#
-# <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>