解析Win7 XAMPP apache无法启动的问题
程序员文章站
2023-11-13 09:10:04
在win7上下载安装版的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示warning:terminating worker t...
在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"
查看日志信息
[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"
上一篇: 4种好用的python编辑器
推荐阅读
-
解析Win7 XAMPP apache无法启动的问题
-
无法启动Apache的问题解决方法
-
Windows系统下Apache服务器无法启动的问题解决
-
Win7下XAMPP集成环境中Apache无法启动的问题解决
-
xampp apache启动失效问题的解决方法
-
win7安装xampp提示windows找不到-n文件(安装成功后,443端口占用,apache服务器无法正常启动)的解决方案
-
php集成环境xampp中apache无法启动问题解决方案
-
解决PHPstudy Apache无法启动的问题【亲测有效】
-
Windows系统下Apache服务器无法启动的问题解决
-
Win7下XAMPP集成环境中Apache无法启动的问题解决