diff options
| author | Rainer Jung <rjung@apache.org> | 2011-11-12 00:21:04 +0000 |
|---|---|---|
| committer | Rainer Jung <rjung@apache.org> | 2011-11-12 00:21:04 +0000 |
| commit | 6d6ed3a7b85e4be7dd395b02fdc81ca48528e432 (patch) | |
| tree | 0265e7a166aa33aa9b9b1cafc42db744b8671683 /modules/generators | |
| parent | e6fa50cea16ff1ed201fb16d6f7c5d8af90833bb (diff) | |
| download | httpd-6d6ed3a7b85e4be7dd395b02fdc81ca48528e432.tar.gz | |
Change module sets and default activation status:
1) Promoted from "most" to "yes/few"
- mod_headers
2) Demoted from "yes/few" to "most"
- mod_actions
- mod_allowmethods
- mod_auth_form
- mod_buffer
- mod_cgi(d)
- mod_include
- mod_negotiation
- mod_ratelimit
- mod_request
- mod_userdir
Remember: default module set is "most",
but only the LoadModule lines of all
modules except "yes/few" are commented out by default.
The following modules will now be loaded by default:
- mod_access_compat
- mod_alias
- mod_auth_basic
- mod_authn_core
- mod_authn_file
- mod_authz_core
- mod_authz_groupfile
- mod_authz_host
- mod_authz_user
- mod_autoindex
- mod_dir
- mod_env
- mod_filter
- mod_headers
- mod_log_config
- mod_mime
- mod_mpm_event
- mod_reqtimeout
- mod_setenvif
- mod_status
- mod_unixd
- mod_version
Backport of r1201111 from trunk.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1201118 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/generators')
| -rw-r--r-- | modules/generators/config5.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/generators/config5.m4 b/modules/generators/config5.m4 index e87a570975..bf295217e0 100644 --- a/modules/generators/config5.m4 +++ b/modules/generators/config5.m4 @@ -32,7 +32,7 @@ case $host in esac if test $cgid_needed = "yes"; then - APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , yes, [ + APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , most, [ case $host in *-solaris2*) case `uname -r` in @@ -72,7 +72,7 @@ For more info: <http://issues.apache.org/bugzilla/show_bug.cgi?id=34264>]) ]) APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , no) else - APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , yes) + APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , most) APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , no) fi |
