欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  后端开发

apache http server已停止工作,来看一下小弟我的异常日志文件

程序员文章站 2022-04-30 12:01:28
...
apache http server已停止工作,来看一下我的错误日志文件.
[Tue Jul 08 14:11:50.249023 2014] [mpm_winnt:notice] [pid 3148:tid 228] AH00354: Child: Starting 150 worker threads.
[Tue Jul 08 17:17:48.031250 2014] [mpm_winnt:notice] [pid 3112:tid 216] AH00428: Parent: child process 3148 exited with status 3221225477 -- Restarting.
[Tue Jul 08 17:17:49.406250 2014] [ssl:warn] [pid 3112:tid 216] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Jul 08 17:17:49.500000 2014] [mpm_winnt:notice] [pid 3112:tid 216] AH00455: Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.1 configured -- resuming normal operations
[Tue Jul 08 17:17:49.500000 2014] [mpm_winnt:notice] [pid 3112:tid 216] AH00456: Server built: Feb 23 2013 12:42:00
[Tue Jul 08 17:17:49.500000 2014] [core:notice] [pid 3112:tid 216] AH00094: Command line: 'd:\\xmap\\apache\\bin\\httpd.exe -d D:/xmap/apache'
[Tue Jul 08 17:17:49.500000 2014] [mpm_winnt:notice] [pid 3112:tid 216] AH00418: Parent: Created child process 3708
[Tue Jul 08 17:17:55.953125 2014] [ssl:warn] [pid 1076:tid 352] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Jul 08 17:17:56.281250 2014] [core:warn] [pid 1076:tid 352] AH00098: pid file D:/xmap/apache/logs/httpd.pid overwritten -- Unclean shutdown of previous Apache run?
[Tue Jul 08 17:17:57.484375 2014] [ssl:warn] [pid 1076:tid 352] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Jul 08 17:17:57.734375 2014] [mpm_winnt:notice] [pid 1076:tid 352] AH00455: Apache/2.4.4 (Win32) OpenSSL/1.0.1e PHP/5.5.1 configured -- resuming normal operations
[Tue Jul 08 17:17:57.734375 2014] [mpm_winnt:notice] [pid 1076:tid 352] AH00456: Server built: Feb 23 2013 12:42:00
[Tue Jul 08 17:17:57.734375 2014] [core:notice] [pid 1076:tid 352] AH00094: Command line: 'd:\\xmap\\apache\\bin\\httpd.exe -d D:/xmap/apache'
[Tue Jul 08 17:17:57.750000 2014] [mpm_winnt:notice] [pid 1076:tid 352] AH00418: Parent: Created child process 3040
[Tue Jul 08 17:18:02.125000 2014] [ssl:warn] [pid 3040:tid 364] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Jul 08 17:18:03.875000 2014] [ssl:warn] [pid 3040:tid 364] AH01909: RSA certificate configured for www.example.com:443 does NOT include an ID which matches the server name
[Tue Jul 08 17:18:04.140625 2014] [mpm_winnt:notice] [pid 3040:tid 364] AH00354: Child: Starting 150 worker threads.

------解决方案--------------------
D:/xmap/apache/logs/httpd.pid
把这个文件先手动删除,然后再启动apache试试。
------解决方案--------------------
这儿日志里都是notice and warn 看不出来什么error的内容。

warn的部分是应该是 ssl的证书有些问题。
apache http server已停止工作,来看一下小弟我的异常日志文件

声明:本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn核实处理。

相关文章

相关视频