]> granicus.if.org Git - apache/blob - docs/conf/extra/httpd-macro.conf.in
Adds a stub starter file for mod_macro usage, to make people aware that it's there.
[apache] / docs / conf / extra / httpd-macro.conf.in
1 #
2 # Macros within runtime configuration files
3 #
4 # Required modules: mod_macro
5 #
6
7 # <Macro DynamicVirtualHost $server>
8 #    <VirtualHost *:80>
9 #        ServerName $server
10 #        DocumentRoot @@ServerRoot@@/vhosts/$server/htdocs
11 #
12 #        AccessLog logs/${server}_access.log
13 #        ErrorLog logs/${server}_error.log
14 #    </VirtualHost>
15 #</Macro>
16 #
17 #Use DynamicVirtualHost www.example.com
18 #Use DynamicVirtualHost www.example2.com
19 #Use DynamicVirtualHost www.example3.com