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:
19
docs/conf/extra/httpd-macro.conf.in
Normal file
19
docs/conf/extra/httpd-macro.conf.in
Normal 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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user