xampp中apache在windows7下无法启动的解决方法

admin3年前服务器45

环境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 模块即可。


免责声明:本文内容来自用户上传并发布,站点仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。请核实广告和内容真实性,谨慎使用。

相关文章

apache下支持asp.net的实现方法

1.安装framework(具体版本可以自己选,建议装netframework3.5sp1)2.安装mod_aspdotnet.so,这个支持apache2.2的不好找,附上mod_aspdotnet...

apache开启.htaccess及.htaccess的使用方法

今天本地调试PHP程序,用到了.htaccess,而默认配置里面开启.htaccess,在网上找到了开启.htaccess的可行方法,供朋友们借鉴。(开启的我他的方法不行,查找了一下AllowOver...

apache 虚拟主机的配置方法

方法一:首先打开apache中conf下的http.conf文件打开虚拟主机的注释:如下去掉第二行前面的#即可# Virtual hosts# Include conf/extra/httpd-vho...

本地机apache配置基于域名的虚拟主机详解

1.打开apache的httpd.conf文件,找到# Virtual hosts#Include conf/extra/httpd-vhosts.conf这一段把Include conf/extra...

apache中访问不了伪静态页面的解决方法

1、安装复制代码代码如下:./configure --prefix=/usr/local/apache2 --enable-so --enable-rewrite --enable-ssl ...

apache 二级域名解析 (window与linux)

winxp os:c:/windows/system32/drivers/etc/hostsadd a line like :127.0.0.1 hangzhou.localhost127.0.0.1...