解析Win7 XAMPP apache无法启动的问题
更新时间:2013年06月26日 15:57:28 作者:
本篇文章是对Win7 XAMPP apache无法启动的问题进行了详细的分析介绍,需要的朋友参考下
在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"
相关文章
thinkphp在低版本Nginx 下支持PATHINFO的方法分享
本文给大家分享的是如何让thinkPHP在低版本的Nginx下支持PATHINFO去掉index.php路径的方法,十分的简单实用,思路也很巧妙,有需要的小伙伴可以参考下2016-05-05
PHP使用strstr()函数获取指定字符串后所有字符的方法
这篇文章主要介绍了PHP使用strstr()函数获取指定字符串后所有字符的方法,结合实例形式较为详细的分析了PHP中strstr()函数用于字符串截取的使用技巧,需要的朋友可以参考下2016-01-01


最新评论