I'm running on a low memory(256MB) vps and I'm looking to optimize it as much as possible. Since I don't use ssl on any of my sites, is it safe to disable the mod_ssl module in apache and if so how do I do that?
I tried commenting out this in /etc/httpd/conf/httpd.conf:
but mod_ssl still show up when I run: httpd -l
I've disabled named, dovecot, exim, proftpd and vm-pop3d also, since I don't need them.
I'm also running these module, which of them doesn't directadmin need/use?
If anybody else has a optimization tip feel free to post it.
I tried commenting out this in /etc/httpd/conf/httpd.conf:
Code:
Include conf/extra/httpd-ssl.conf
but mod_ssl still show up when I run: httpd -l
I've disabled named, dovecot, exim, proftpd and vm-pop3d also, since I don't need them.
I'm also running these module, which of them doesn't directadmin need/use?
Code:
core.c
mod_authn_file.c
mod_authn_default.c
mod_authz_host.c
mod_authz_groupfile.c
mod_authz_user.c
mod_authz_default.c
mod_auth_basic.c
mod_include.c
mod_filter.c
mod_deflate.c
mod_log_config.c
mod_logio.c
mod_env.c
mod_headers.c
mod_unique_id.c
mod_setenvif.c
mod_proxy.c
mod_proxy_connect.c
mod_proxy_ftp.c
mod_proxy_http.c
mod_proxy_ajp.c
mod_proxy_balancer.c
mod_ssl.c
prefork.c
http_core.c
mod_mime.c
mod_dav.c
mod_status.c
mod_autoindex.c
mod_asis.c
mod_suexec.c
mod_cgi.c
mod_dav_fs.c
mod_dav_lock.c
mod_negotiation.c
mod_dir.c
mod_actions.c
mod_userdir.c
mod_alias.c
mod_rewrite.c
mod_so.c
If anybody else has a optimization tip feel free to post it.