>  기사  >  백엔드 개발  >  wamp无法正常启动

wamp无法正常启动

WBOY
WBOY원래의
2016-06-06 20:30:202932검색

前天是可以正常启动的,但是今天就不行了,apache错误日志报出错误如下:请大神解答,不胜感激

<code>[Mon Aug 10 13:30:39.002985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations
[Mon Aug 10 13:30:39.002985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Mon Aug 10 13:30:39.002985 2015] [core:notice] [pid 11968:tid 392] AH00094: Command line: 'D:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d D:/wamp/bin/apache/apache2.4.9'
[Mon Aug 10 13:30:39.012985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00418: Parent: Created child process 12076
[Mon Aug 10 13:30:39.453010 2015] [mpm_winnt:crit] [pid 11968:tid 392] AH00419: master_main: create child process failed. Exiting.
</code>

回复内容:

前天是可以正常启动的,但是今天就不行了,apache错误日志报出错误如下:请大神解答,不胜感激

<code>[Mon Aug 10 13:30:39.002985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00455: Apache/2.4.9 (Win64) PHP/5.5.12 configured -- resuming normal operations
[Mon Aug 10 13:30:39.002985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00456: Apache Lounge VC11 Server built: Mar 16 2014 12:42:59
[Mon Aug 10 13:30:39.002985 2015] [core:notice] [pid 11968:tid 392] AH00094: Command line: 'D:\\wamp\\bin\\apache\\apache2.4.9\\bin\\httpd.exe -d D:/wamp/bin/apache/apache2.4.9'
[Mon Aug 10 13:30:39.012985 2015] [mpm_winnt:notice] [pid 11968:tid 392] AH00418: Parent: Created child process 12076
[Mon Aug 10 13:30:39.453010 2015] [mpm_winnt:crit] [pid 11968:tid 392] AH00419: master_main: create child process failed. Exiting.
</code>

Created child process 12076
create child process failed. Exiting.
创建子进程失败,你看看是不是端口被占用了啊,以前有用过wamp,有时候启动失败是80端口被占用了

netstat -aon | find ":80"查看80端口是否占用,如果占用杀死进程tasklist /fi "PID eq 123"123为netstat listen的pid

성명:
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.