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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user