On 2014-10-03 00:50, Robert Moskowitz wrote:
On 10/02/2014 07:29 PM, Robert Moskowitz wrote:
I copied over my /etc/httpd/conf.d/ssl.conf file from a Centos6 server and did a restart and got:

Starting httpd: httpd: Syntax error on line 221 of /etc/httpd/conf/httpd.conf:
Syntax error on line 12 of /etc/httpd/conf.d/ssl.conf:
Cannot load /etc/httpd/modules/mod_ssl.so into server:
/etc/httpd/modules/mod_ssl.so: cannot open shared object file: No such file or directory

Well, obviously something not installed, so I tried a 'yum whatprovides' and find this is in:

mod_ssl-2.2.15-29.el6.0.armv5tel

But I have never installed just mod_ssl; something else most likely had it as an dependency, but what?

Do I just install it and then hit another snag, or can someone point out to me what I REALLY need to install (I HAVE installed openssl and httpd).

As I dig through the yum activity on the server with ssl support, it
LOOKS like mod_ssl was part of the Centos server install via anaconda
when you select webserver.  What else will I be needing...

I just tried it and it works for me.
yum install mod_ssl
should be all you require. That provides /etc/httpd/modules/mod_ssl.so
and should pull in any other dependencies you need.

What is on line 221 of your httpd.conf? That error gets thrown
first, so it's probably a good place to start looking for
the problem.

Gordan
_______________________________________________
users mailing list
[email protected]
http://lists.redsleeve.org/mailman/listinfo/users

Reply via email to