]> granicus.if.org Git - apache/commitdiff
Update comment about required modules in extra configuration files.
authorRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 11:05:13 +0000 (11:05 +0000)
committerRainer Jung <rjung@apache.org>
Tue, 15 Jun 2010 11:05:13 +0000 (11:05 +0000)
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

docs/conf/extra/httpd-autoindex.conf.in
docs/conf/extra/httpd-dav.conf.in
docs/conf/extra/httpd-info.conf.in
docs/conf/extra/httpd-manual.conf.in
docs/conf/extra/httpd-multilang-errordoc.conf.in
docs/conf/extra/httpd-ssl.conf.in
docs/conf/extra/httpd-userdir.conf.in
docs/conf/extra/httpd-vhosts.conf.in

index 6c7d05cee8cfc624e16304550f030a404538cac8..51b02ed9cb6fb4de7db9de4cc5f1c89d19813628 100644 (file)
@@ -1,7 +1,8 @@
 #
 # Directives controlling the display of server-generated directory listings.
 #
-# Required modules: mod_autoindex, mod_alias
+# Required modules: mod_authz_core, mod_authz_host,
+#                   mod_autoindex, mod_alias
 #
 # To see the listing of a directory, the Options directive for the
 # directory must include "Indexes", and the directory must not contain
index d58725dab44407b3b1ce730dfde3c226b40dfdf3..da8bfefe1db401be1e474305650448c290cc80d2 100644 (file)
@@ -1,9 +1,9 @@
 #
 # Distributed authoring and versioning (WebDAV)
 #
-# Required modules: mod_dav, mod_dav_fs, mod_setenvif, mod_alias
-#                   mod_auth_digest, mod_authn_file, mod_authz_user
-#
+# Required modules: mod_alias, mod_auth_digest, mod_authn_core, mod_authn_file,
+#                   mod_authz_core, mod_authz_user, mod_dav, mod_dav_fs,
+#                   mod_setenvif
 
 # The following example gives DAV write access to a directory called
 # "uploads" under the ServerRoot directory.
index 1f8058ba3e08b99ab2a5ef1be5c4fe91e63e4d0f..5cfdf69be6520c6d58ef975d6fba36d72aaae4c7 100644 (file)
@@ -2,9 +2,9 @@
 # Get information about the requests being processed by the server
 # and the configuration of the server.
 #
-# Required modules: mod_status (for the server-status handler),
+# Required modules: mod_authz_core, mod_authz_host,
 #                   mod_info (for the server-info handler),
-#                   mod_authz_core, mod_authz_host
+#                   mod_status (for the server-status handler)
 
 #
 # Allow server status reports generated by mod_status,
index f128525cef71413b65f5c28b3bfcc109e2ea7d70..a1b6548f33561a7ed201bed840c75cc767256bd3 100644 (file)
@@ -4,7 +4,8 @@
 # The documentation is always available at
 #  http://httpd.apache.org/docs/trunk/
 #
-# Required modules: mod_alias, mod_setenvif, mod_negotiation
+# Required modules: mod_alias, mod_authz_core, mod_authz_host,
+#                   mod_setenvif, mod_negotiation
 #
 
 AliasMatch ^/manual(?:/(?:de|en|es|fr|ja|ko|pt-br|ru|tr))?(/.*)?$ "@exp_manualdir@$1"
index 617f5f607f83d37e93a2efa47c17a1056986d04f..3da3bf22cdd9831c22f25bdf49ce577c207eff17 100644 (file)
@@ -2,7 +2,8 @@
 # The configuration below implements multi-language error documents through
 # content-negotiation.
 #
-# Required modules: mod_alias, mod_include, mod_negotiation
+# Required modules: mod_alias, mod_authz_core, mod_authz_host,
+#                   mod_include, mod_negotiation
 #
 # We use Alias to redirect any /error/HTTP_<error>.html.var response to
 # our collection of by-error message multi-language collections.  We use 
index fae4cbeef735f703256d14deb60d813ccf9b9e0c..1ab02bcb8ef57d16e0b6e999de2c25d197b6dc81 100644 (file)
@@ -8,6 +8,8 @@
 # what they do.  They're here only as hints or reminders.  If you are unsure
 # consult the online docs. You have been warned.  
 #
+# Required modules: mod_log_config, mod_setenvif, mod_ssl,
+#          socache_shmcb_module (for default value of SSLSessionCache)
 
 #
 # Pseudo Random Number Generator (PRNG):
index b801a31cbb81f847189a311c0d20c423661dc8d7..2a030fd051b6ba377b68cc55defc04da80e35d6b 100644 (file)
@@ -1,6 +1,6 @@
 # Settings for user home directories
 #
-# Required module: mod_userdir
+# Required module: mod_authz_core, mod_authz_host, mod_userdir
 
 #
 # UserDir: The name of the directory that is appended onto a user's home
index 724aaebd63caff0145d973abdad07a661a4b286b..9092527b10ea1e2c4085f2585ecdd2832821e314 100644 (file)
@@ -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