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_
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
Please enable JavaScript to view the
comments powered by Disqus.