Securing Apache web server:
Apache modules: Turn off modules you are not going to use. With past ssl exploits, those using this philosophy did not get burned.
Red Hat EL 5/CentOS 5 Apache 2.2: The configuration file /etc/httpd/conf.d/ssl.conf enables SSL by default. This file is picked up from the line Include conf.d/*.conf in the file /etc/httpd/conf/httpd.conf Rename the file /etc/httpd/conf.d/ssl.conf to …