We’re in the process of moving our website to a collocation facility. We’re about to set up apache on our target servers and we came across the following modules:
authn_alias_module (shared)
authn_anon_module (shared)
authn_dbm_module (shared)
authn_default_module (shared)
authz_host_module (shared)
authz_user_module (shared)
authz_owner_module (shared)
authz_groupfile_module (shared)
authz_dbm_module (shared)
authz_default_module (shared)
ldap_module (shared)
authnz_ldap_module (shared)
usertrack_module (shared)
dav_fs_module (shared)
proxy_module (shared)
proxy_balancer_module (shared)
proxy_ftp_module (shared)
proxy_http_module (shared)
proxy_connect_module (shared)
suexec_module (shared)
perl_module (shared)
proxy_ajp_module (shared)
They’re loaded on our current servers but not on our target servers. I’m wondering if these modules are needed as removing them from memory will free up resources. Can anyone tell if ExpressionEngine needs these modules to function?
Thanks!