Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


http_server_fails_to_start

If the httpd server process fails to start, check /var/log/httpd/error_log

If you see something like this:

[Tue Nov 29 11:33:15 2011] [error] SSL Library Error: -8181 Certificate has expired
[Tue Nov 29 11:33:15 2011] [error] Unable to verify certificate 'Server-Cert'. Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.

then the only cure appears to be to remove the "mod_nss" package from the system. Use yum to uninstall it.

Reference: http://www.linuxforums.org/forum/servers/179059-apache-quits-certificate-expired-no.html

http_server_fails_to_start.txt · Last modified: 2011/11/29 11:39 by juckins