>  기사  >  백엔드 개발  >  解析Win7 XAMPP apache无法启动的问题_php技巧

解析Win7 XAMPP apache无法启动的问题_php技巧

WBOY
WBOY원래의
2016-05-17 08:58:331345검색

在Win7上下载安装版的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示WARNING:terminating worker thread 0。
 查看日志信息
 [notice] Apache/2.2.17 (Win32) mod_ssl/2.2.17 OpenSSL/0.9.8o PHP/5.3.4 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
 [notice] Server built: Oct 18 2010 01:58:12
 [crit] (22)Invalid argument: Parent: Failed to create the child process.
 [crit] (OS 6)句柄无效。  : master_main: create child process failed. Exiting.

需要关掉 6.mod_perl 模块
# Perl settings
#Include "conf/extra/httpd-perl.conf"

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