Software >> Services >> HTTP Server >> Apache >> How to disable mod_ssl on apache on Redhat 7.2

Note that Apache options are turned on by the presense of *.so files in /usr/lib/apache. Having the file causes the HAVE_<option> flag to be defined into apache's httpd.conf file To turn of mod_ssl in apache, delete or rename the file /usr/lib/apache/libssl.so Example for Linux ================= # cd /usr/lib/apache # mv libssl.so libssl.so_disabled # /etc/rc.d/init.d/httpd restart