Home > Backend Development > PHP Tutorial > apache http server已停止工作,来看一下小弟我的异常日志文件

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

WBOY
Release: 2016-06-13 12:05:54
Original
3959 people have browsed it

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的证书有些问题。

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template