Apacheが動作しなくなって色々調べて...
エラーメッセージを確認して
Unable to verify certificate 'Server-Cert'.
Add "NSSEnforceValidCerts off" to nss.conf so the server can start until the problem can be resolved.
どっちかをすればOK
Server-Certファイルを作成
nss.conf NSSEnforceValidCerts off" を追加
今までのApacheは、この設定はいらなかったのに
Apache は 2.2 系列か変更が行われた様です。
/etc/httpd/conf.d/nss.conf がデフォルトのままでは
apache が起動しなくなりました。
Comments