这个问题已经困扰我很久了 很烦!
总是什么越到问题需要关闭 发送错误报告 紧接着跳出个启动失败 几乎每次要反复很多次才启动
我都想把电脑砸了!!哪位帮忙解决一下
我用的是apache2.2.4  85端口 
方法一
用netstat -aon|findstr "85"  
显示
UDP  127.0.0.1:123   *:*         1856 等共四行
应该不存在冲突问题 
方法二
1.网上邻居->本地连接->属性->internet协议(TCP/IP)->属性->高级->wins标签->去掉启用LMhosts查询前的勾.2.控制面版->windows防火墙->高级标签->本地连接设置->服务的标签里勾选安全Web服务器(HTTPS)即可.(这上下两项完成后仍然有问题,选中:启用 TCI/IP 上的 NetBOIS.)3.在运行里输入:netsh winsock reset
这个方法也不行 
方法三 
修复windows 不行
网上找了很多解决方法 都不行 还是很不稳定
各位还有什么方法没有?

解决方案 »

  1.   

    Apache的错误日志贴出来看看。
      

  2.   

    Apache的错误日志贴出来看看。
      

  3.   

    [Wed Aug 25 08:30:05 2010] [notice] Apache/2.2.4 (Win32) PHP/5.3.1 configured -- resuming normal operations
    [Wed Aug 25 08:30:05 2010] [notice] Server built: Jan  9 2007 23:17:20
    [Wed Aug 25 08:30:05 2010] [notice] Parent: Created child process 3436
    PHP Warning:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
    [Wed Aug 25 08:30:10 2010] [crit] master_main: create child process failed. Exiting.
    [Wed Aug 25 08:30:40 2010] [notice] Parent: Forcing termination of child process 36 
    [Wed Aug 25 08:30:57 2010] [notice] Apache/2.2.4 (Win32) PHP/5.3.1 configured -- resuming normal operations
    [Wed Aug 25 08:30:57 2010] [notice] Server built: Jan  9 2007 23:17:20
    [Wed Aug 25 08:30:57 2010] [notice] Parent: Created child process 3420
    PHP Warning:  Directive 'register_long_arrays' is deprecated in PHP 5.3 and greater in Unknown on line 0
    [Wed Aug 25 08:30:57 2010] [crit] master_main: create child process failed. Exiting.
    [Wed Aug 25 08:31:27 2010] [notice] Parent: Forcing termination of child process 36 
      

  4.   

    把php.ini的register_long_arrays注释掉了 结果还是不行
    [Wed Aug 25 08:44:15 2010] [notice] Apache/2.2.4 (Win32) PHP/5.3.1 configured -- resuming normal operations
    [Wed Aug 25 08:44:15 2010] [notice] Server built: Jan  9 2007 23:17:20
    [Wed Aug 25 08:44:15 2010] [notice] Parent: Created child process 680
    [Wed Aug 25 08:44:19 2010] [crit] master_main: create child process failed. Exiting.
    [Wed Aug 25 08:44:48 2010] [notice] Parent: Forcing termination of child process 36 
      

  5.   

    看看这个的解决方案
    http://www.apachelounge.com/viewtopic.php?t=1929关键是这个错误master_main: create child process failed. Exiting.