diff options
author | Rainer Jung <rjung@apache.org> | 2010-06-15 13:05:13 +0200 |
---|---|---|
committer | Rainer Jung <rjung@apache.org> | 2010-06-15 13:05:13 +0200 |
commit | 12b699719ae32439b3628b64f0729f48add219cb (patch) | |
tree | 18852d1999bfb41467332302de9230538206d098 /docs/conf/extra/httpd-vhosts.conf.in | |
parent | Fix IfModule in default configuration according (diff) | |
download | apache2-12b699719ae32439b3628b64f0729f48add219cb.tar.xz apache2-12b699719ae32439b3628b64f0729f48add219cb.zip |
Update comment about required modules in extra configuration files.
Mostly adding the information to the vhost and ssl files,
and adding mod_authz_core and mod_authz_host (for
"Require all denied" and "Require all granted") where needed.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@954816 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | docs/conf/extra/httpd-vhosts.conf.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/conf/extra/httpd-vhosts.conf.in b/docs/conf/extra/httpd-vhosts.conf.in index 724aaebd63..9092527b10 100644 --- a/docs/conf/extra/httpd-vhosts.conf.in +++ b/docs/conf/extra/httpd-vhosts.conf.in @@ -1,6 +1,7 @@ -# # Virtual Hosts # +# Required modules: mod_log_config + # If you want to maintain multiple domains/hostnames on your # machine you can setup VirtualHost containers for them. Most configurations # use only name-based virtual hosts so the server doesn't need to worry about |