Christopher Juckins

SysAdmin Tips, Tricks and other Software Tools

User Tools

Site Tools


http_server_fails_to_start
no way to compare when less than two revisions

Differences

This shows you the differences between two versions of the page.


http_server_fails_to_start [2011/11/29 11:39] (current) – created juckins
Line 1: Line 1:
 +If the httpd server process fails to start, check /var/log/httpd/error_log
  
 +If you see something like this:
 +
 +<code>
 +[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.
 +</code>
 +
 +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