- 論壇徽章:
- 0
|
httpd死掉了,請高手進(jìn)來指點一下。以下是截圖
less ssl_error_log
[Thu Oct 29 07:09:52 2015] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Oct 29 07:09:52 2015] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Thu Oct 29 07:10:46 2015] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Oct 29 07:10:46 2015] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Thu Oct 29 10:47:45 2015] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Oct 29 10:47:45 2015] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
[Thu Oct 29 11:26:15 2015] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Oct 29 11:26:15 2015] [warn] RSA server certificate CommonName (CN) `localhost.localdomain' does NOT match server name!?
less error_log
[Thu Oct 29 07:09:52 2015] [notice] suEXEC mechanism enabled (wrapper: /usr/sbin/suexec)
[Thu Oct 29 07:09:52 2015] [notice] Digest: generating secret for digest authentication ...
[Thu Oct 29 07:09:52 2015] [notice] Digest: done
我處理的思路是:
1、刪除/var/lock/subsys/httpd,然后重啟httpd,問題沒有解決。
[root@localhost subsys]# rm -rf httpd
[root@localhost subsys]# service httpd start
[root@localhost subsys]# service httpd status
httpd dead but subsys locked
2、cd /etc/httpd/conf.d/ #進(jìn)入配置文件目錄
grep NSSEngine * #查找配置選項,并且知道在 nss.conf 這個文件中
nss.conf:NSSEngine on
vi nss.conf #注釋NSSEngine
# SSL Engine Switch:
# Enable/Disable SSL for this virtual host.
#NSSEngine on 或者直接NSSEngine off
service httpd restart 問題依然沒有解決
3、注釋掉mod_unique_id.so 問題依舊沒有解決
萬般無奈,請高手指點一下,不勝感激。
|
|