Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

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
[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]