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

Adds a stub starter file for mod_macro usage, to make people aware that it's there.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1436390 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Rich Bowen
2013-01-21 14:56:55 +00:00
parent b6339c1f11
commit 4027c5641e
2 changed files with 22 additions and 0 deletions

View File

@@ -0,0 +1,19 @@
#
# Macros within runtime configuration files
#
# Required modules: mod_macro
#
# <Macro DynamicVirtualHost $server>
# <VirtualHost *:80>
# ServerName $server
# DocumentRoot @@ServerRoot@@/vhosts/$server/htdocs
#
# AccessLog logs/${server}_access.log
# ErrorLog logs/${server}_error.log
# </VirtualHost>
#</Macro>
#
#Use DynamicVirtualHost www.example.com
#Use DynamicVirtualHost www.example2.com
#Use DynamicVirtualHost www.example3.com

View File

@@ -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
<IfModule proxy_html_module>
Include @rel_sysconfdir@/extra/proxy-html.conf