1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-06 09:01:14 +03:00

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
This commit is contained in:
Fabien Coelho
2013-01-22 08:38:38 +00:00
parent 32cf456106
commit 46c9392d6e

View 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>