首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 服务器 > Apache >

apache老是自动停止

2013-06-19 
apache总是自动停止apache总是自动停止,过几天 就自动 停止,烦死我了. 服务器是自己的,用的是 zend+apache

apache总是自动停止
apache总是自动停止,  过几天 就自动 停止,  烦死我了. 
服务器是自己的,  用的是 zend+apache+php+mysql
每次都出现 这句话 child process exited with status 3 -- Aborting.
从网上搜索了相关问题,  都说  这几项
1.网上邻居->本地连接->属性->internet协议(TCP/IP)->属性->高级->wins标签->去掉启用LMhosts查询前的勾.
2.控制面版->windows防火墙->高级标签->本地连接设置->服务的标签里勾选安全Web服务器(HTTPS)即可.
(这上下两项完成后仍然有问题,选中:启用 TCI/IP 上的 NetBOIS.)

但是实际操作下来 这几项 完全不起作用 ,都做完了 也没用,  不要在给我黏贴这些东西
这是我APACHE日志
请大神们帮忙

[Fri Mar 01 16:14:52 2013] [crit] Parent: child process exited with status 3 -- Aborting.
[Fri Mar 01 16:41:08 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd.exe: Could not reliably determine the server's fully qualified domain name, using *.*.*.115 for ServerName
[Fri Mar 01 16:41:08 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
[Fri Mar 01 16:41:08 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 01 16:41:08 2013] [notice] Digest: done
[Fri Mar 01 16:41:09 2013] [notice] Apache/2.2.21 (Win32) mod_ssl/2.2.21 OpenSSL/0.9.8o configured -- resuming normal operations
[Fri Mar 01 16:41:09 2013] [notice] Server built: Nov 14 2011 13:04:53
[Fri Mar 01 16:41:09 2013] [notice] Parent: Created child process 11644
[Fri Mar 01 16:41:09 2013] [notice] Disabled use of AcceptEx() WinSock2 API
httpd.exe: Could not reliably determine the server's fully qualified domain name, using *.*.*.115 for ServerName
[Fri Mar 01 16:41:09 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
[Fri Mar 01 16:41:09 2013] [warn] Init: Session Cache is not configured [hint: SSLSessionCache]
httpd.exe: Could not reliably determine the server's fully qualified domain name, using *.*.*.115 for ServerName
[Fri Mar 01 16:41:09 2013] [warn] NameVirtualHost *:80 has no VirtualHosts
[Fri Mar 01 16:41:10 2013] [notice] Digest: generating secret for digest authentication ...
[Fri Mar 01 16:41:10 2013] [notice] Digest: done
[Fri Mar 01 16:41:10 2013] [notice] Child 11644: Child process is running
[Fri Mar 01 16:41:11 2013] [notice] Child 11644: Acquired the start mutex.
[Fri Mar 01 16:41:11 2013] [notice] Child 11644: Starting 350 worker threads.
[Fri Mar 01 16:41:11 2013] [notice] Child 11644: Listening on port 10081.
[Fri Mar 01 16:41:11 2013] [notice] Child 11644: Listening on port 80.
[Fri Mar 01 17:04:44 2013] [notice] Child 11644: Process exiting because it reached MaxRequestsPerChild. Signaling the parent to restart a new child process.


[Fri Mar 01 17:04:44 2013] [notice] Parent: Received restart signal -- Restarting the server.

还有不要给我在网上 随便找点东西 就黏贴过来, 完全没用, 要实际的东西,  我最讨厌的就是别人随便黏贴过来的东西就给放上, 我已经从网上 搜过好久了 .  是不是自己答的 我一下就看出来了.  apache? Aborting
[解决办法]
 Process exiting because it reached MaxRequestsPerChild。
看这个的话,达到了每个子进程的最大请求数量。是不是有哪里可以设置子进程的最大请求数量。

热点排行