I have the following list of modules in my Apache httpd installation by default, but I'm pretty sure that I don't need (at least) a few of them. So, my question is what are the Necessary modules for Apache httpd to work properly?
I'm running a LAMP server on a CentOS 6, running only a website (SaaS), nothing more. So, I'm looking to load only the truly necessary modules.
Here is the loaded modules on my installation by default:
auth_basic_module
auth_digest_module
authn_file_module
authn_alias_module
authn_anon_module
authn_dbm_module
authn_default_module
authz_host_module
authz_user_module
authz_owner_module
authz_groupfile_module
authz_dbm_module
authz_default_module
ldap_module
authnz_ldap_module
include_module
log_config_module
logio_module
env_module
ext_filter_module
mime_magic_module
expires_module
deflate_module
headers_module
usertrack_module
setenvif_module
mime_module
dav_module
status_module
autoindex_module
info_module
dav_fs_module
vhost_alias_module
negotiation_module
dir_module
actions_module
speling_module
userdir_module
alias_module
substitute_module
rewrite_module
proxy_module
proxy_balancer_module
proxy_ftp_module
proxy_http_module
proxy_ajp_module
proxy_connect_module
cache_module
suexec_module
disk_cache_module
cgi_module
version_module
As a Hint, again I'm not looking for a specific answer regarding to my machine's configuration. I want to know which modules are primary for Apache httpd?