diff --git a/docs/conf/extra/httpd-macro.conf.in b/docs/conf/extra/httpd-macro.conf.in new file mode 100644 index 0000000000..5d91319823 --- /dev/null +++ b/docs/conf/extra/httpd-macro.conf.in @@ -0,0 +1,19 @@ +# +# Macros within runtime configuration files +# +# Required modules: mod_macro +# + +# +# +# ServerName $server +# DocumentRoot @@ServerRoot@@/vhosts/$server/htdocs +# +# AccessLog logs/${server}_access.log +# ErrorLog logs/${server}_error.log +# +# +# +#Use DynamicVirtualHost www.example.com +#Use DynamicVirtualHost www.example2.com +#Use DynamicVirtualHost www.example3.com diff --git a/docs/conf/httpd.conf.in b/docs/conf/httpd.conf.in index 159f6167da..babe3ffd19 100644 --- a/docs/conf/httpd.conf.in +++ b/docs/conf/httpd.conf.in @@ -395,6 +395,9 @@ LogLevel warn # Policy enforcement #Include @rel_sysconfdir@/extra/httpd-policy.conf +# Configuratio nmacros +#Included @rel_sysconfdir@/extra/httpd-macro.conf + # Configure mod_proxy_html to understand HTML4/XHTML1 Include @rel_sysconfdir@/extra/proxy-html.conf