ryancoultas.com - I am not a baseball player - Home
mod_ssl Install Hickup on Fresh CentOS 5.2 Server |
| Posted by Administrator (admin) on Oct 22 2009 at 12:37 PM |
I was installing a new web server today and I came across an odd issue. I was unable to install mod_ssl, the apache interface to OpenSSL. I had already installed the newest versions of apache and openSSL through yum but what I did a "yum install mod_ssl" I was missing the ssl.conf file in/etc/httpd/conf.d . I google around and found the command "yum install mod_ssl openssl" with the openssl on the tail of it. So, I ran "yum remove mod_ssl" and the ran "yum install mod_ssl openssl" and sure enough, my config file appeared.
Back