On Wed, 9 Nov 2011, Rainer Jung wrote:
To recall: that would mean the LoadModule lines for the following modules are the only ones *not* commented out in the default config (including latest feedback):

access_compat_module
alias_module
allowmethods_module
auth_basic_module
authn_core_module
authn_file_module
authz_core_module
authz_groupfile_module
authz_host_module
authz_user_module
autoindex_module
cgid_module
dir_module
env_module
filter_module
include_module
log_config_module
mime_module
negotiation_module
reqtimeout_module
setenvif_module
status_module
unixd_module
userdir_module
version_module

plus the default MPM.

What about:

autoindex_module
cgid_module
filter_module
include_module
negotiation_module
userdir_module

mod_filter is needed by AddOutputFilterByType, so I would prefer to include it in loaded by default set. I am undecided about mod_autoindex. Demoting the rest to 'most' is OK with me.

Shouldn't we comment them out as well?

Concerning the AAA modules. Since there is by default no user/group config, shouldn't we also comment out:

auth_basic_module
authn_file_module
authz_groupfile_module
authz_user_module

IMHO, it should be possible to do auth even with the minimal set of modules.

Finally I'm not sure about allowmethods_module. It is very useful, but not used in the default config.

OK with demoting to 'most'.

Reply via email to