> Help me please; > > When i start/restart httpd service they gave error. how do I solve > this. I not use secure site. > > [r...@samba ~]# service httpd start > Starting httpd: Syntax error on line 119 of /etc/httpd/conf.d/ssl.conf: > SSLCertificateKeyFile: file '/etc/pki/tls/private/localhost.key' > does not exist or is empty >
method 1: create a key with that name method 2: disable the ssl.conf file if you aren't using ssl by changing the name to ssl.conf.dist (or something else that you would like to end it with). This works because the httpd.conf file includes the conf.d directory as *.conf so if the file doesn't end in .conf, its not included. method 3: remove mod_ssl (if you aren't using it *shrug*): yum remove mod_ssl -greg _______________________________________________ rhelv5-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/rhelv5-list
