xampp中apache在windows7下无法启动的解决方法
更新时间:2010年03月18日 23:32:55 作者:
下载zip版本的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示WARNING:terminating worker thread 0。
环境windows 7 32位
下载zip版本的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示WARNING:terminating worker thread 0。
查看日志信息
[notice] Apache/2.2.14 (Win32) DAV/2 mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[notice] Server built: Nov 11 2009 14:29:03
[crit] (22)Invalid argument: Parent: Failed to create the child process.
[crit] (OS 6)句柄无效。 : master_main: create child process failed. Exiting.
[notice] Parent: Child process exited successfully.
经检查,端口没有被占。
反复测试后发现只需要启动xampp setup,关掉 6.mod_perl 模块即可。
下载zip版本的xampp,无法启动apache ,现象是短暂显示了running标志之后就停止了,日志显示WARNING:terminating worker thread 0。
查看日志信息
[notice] Apache/2.2.14 (Win32) DAV/2 mod_autoindex_color PHP/5.3.1 mod_apreq2-20090110/2.7.1 mod_perl/2.0.4 Perl/v5.10.1 configured -- resuming normal operations
[notice] Server built: Nov 11 2009 14:29:03
[crit] (22)Invalid argument: Parent: Failed to create the child process.
[crit] (OS 6)句柄无效。 : master_main: create child process failed. Exiting.
[notice] Parent: Child process exited successfully.
经检查,端口没有被占。
反复测试后发现只需要启动xampp setup,关掉 6.mod_perl 模块即可。
相关文章
php.ini 启用disable_functions提高安全
如果想保证服务器的安全,请将这个函数加到disable_functions里或者将安全模式打开吧,在安全模式下dl函数是无条件禁止的2009-07-07Windows安装Openssl并使用Openss生成公钥私钥
这篇文章主要介绍了Windows安装Openssl并使用Openss生成l公钥私钥,需要的朋友可以参考下2020-11-11
最新评论