服务器 Gind.cn

服务器问题集锦,包括 Linux(Ubuntu, Centos,Debian等)和Windows Server服务器

哪些Apache模块可以安全地禁用?

每个Apache进程都使用大约70MB的私有/ rss内存,所以我想把它们放一些。 服务器只运行Magento和Wordpress。 PHP运行为fcgid。 你认为哪些模块可以安全地禁用? 加载模块: core_module(静态) mpm_prefork_module(静态) http_module(静态) so_module(静态) 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(共享) […]