Skip to content

Commit 8ca7800

Browse files
committed
Change module sets and default activation status:
1) Promoted from "most" to "few" - mod_headers 2) Demoted from "yes" 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" 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 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1201111 13f79535-47bb-0310-9956-ffa450edef68
1 parent f7e3754 commit 8ca7800

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

modules/aaa/config.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ APACHE_MODULE(access_compat, mod_access compatibility, , , yes)
6363
dnl these are the front-end authentication modules
6464

6565
APACHE_MODULE(auth_basic, basic authentication, , , yes)
66-
APACHE_MODULE(auth_form, form authentication, , , yes)
66+
APACHE_MODULE(auth_form, form authentication, , , most)
6767
APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
6868
APR_CHECK_APR_DEFINE(APR_HAS_RANDOM)
6969
if test $ac_cv_define_APR_HAS_RANDOM = "no"; then
@@ -73,7 +73,7 @@ APACHE_MODULE(auth_digest, RFC2617 Digest authentication, , , most, [
7373
fi
7474
])
7575

76-
APACHE_MODULE(allowmethods, restrict allowed HTTP methods, , , yes)
76+
APACHE_MODULE(allowmethods, restrict allowed HTTP methods, , , most)
7777

7878
APR_ADDTO(INCLUDES, [-I\$(top_srcdir)/$modpath_current])
7979

modules/filters/config.m4

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
44

55
APACHE_MODPATH_INIT(filters)
66

7-
APACHE_MODULE(buffer, Filter Buffering, , , yes)
7+
APACHE_MODULE(buffer, Filter Buffering, , , most)
88
APACHE_MODULE(data, RFC2397 data encoder, , , )
9-
APACHE_MODULE(ratelimit, Output Bandwidth Limiting, , , yes)
9+
APACHE_MODULE(ratelimit, Output Bandwidth Limiting, , , most)
1010
APACHE_MODULE(reqtimeout, Limit time waiting for request from client, , , yes)
1111
APACHE_MODULE(ext_filter, external filter module, , , most)
12-
APACHE_MODULE(request, Request Body Filtering, , , yes)
13-
APACHE_MODULE(include, Server Side Includes, , , yes)
12+
APACHE_MODULE(request, Request Body Filtering, , , most)
13+
APACHE_MODULE(include, Server Side Includes, , , most)
1414
APACHE_MODULE(filter, Smart Filtering, , , yes)
1515
APACHE_MODULE(reflector, Reflect request through the output filter stack, , , )
1616
APACHE_MODULE(substitute, response content rewrite-like filtering, , , most)

modules/generators/config5.m4

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ case $host in
3232
esac
3333

3434
if test $cgid_needed = "yes"; then
35-
APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , yes, [
35+
APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , most, [
3636
case $host in
3737
*-solaris2*)
3838
case `uname -r` in
@@ -72,7 +72,7 @@ For more info: <http://issues.apache.org/bugzilla/show_bug.cgi?id=34264>])
7272
])
7373
APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , no)
7474
else
75-
APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , yes)
75+
APACHE_MODULE(cgi, CGI scripts. Enabled by default with non-threaded MPMs, , , most)
7676
APACHE_MODULE(cgid, CGI scripts. Enabled by default with threaded MPMs, , , no)
7777
fi
7878

modules/mappers/config9.m4

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dnl APACHE_MODULE(name, helptext[, objects[, structname[, default[, config]]]])
55
APACHE_MODPATH_INIT(mappers)
66

77
APACHE_MODULE(vhost_alias, mass virtual hosting module, , , most)
8-
APACHE_MODULE(negotiation, content negotiation, , , yes)
8+
APACHE_MODULE(negotiation, content negotiation, , , most)
99
APACHE_MODULE(dir, directory request handling, , , yes)
1010
APACHE_MODULE(imagemap, server-side imagemaps, , , no)
11-
APACHE_MODULE(actions, Action triggering on requests, , , yes)
11+
APACHE_MODULE(actions, Action triggering on requests, , , most)
1212
APACHE_MODULE(speling, correct common URL misspellings, , , most)
13-
APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , yes)
13+
APACHE_MODULE(userdir, mapping of requests to user-specific directories, , , most)
1414
APACHE_MODULE(alias, mapping of requests to different filesystem parts, , , yes)
1515
APACHE_MODULE(rewrite, rule based URL manipulation, , , most)
1616

modules/metadata/config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ APACHE_MODULE(env, clearing/setting of ENV vars, , , yes)
88
APACHE_MODULE(mime_magic, automagically determining MIME type)
99
APACHE_MODULE(cern_meta, CERN-type meta files, , , no)
1010
APACHE_MODULE(expires, Expires header control, , , most)
11-
APACHE_MODULE(headers, HTTP header control, , , most)
11+
APACHE_MODULE(headers, HTTP header control, , , yes)
1212
APACHE_MODULE(ident, RFC 1413 identity check, , , no)
1313

1414
APACHE_MODULE(usertrack, user-session tracking, , , , [

0 commit comments

Comments
 (0)