+ -
当前位置:首页 → 问答吧 → apache配置的问题

apache配置的问题

时间:2007-09-17

来源:互联网

apache配置的问题:
我装了apache之后,是可以正常启动的,但是就是不能加载php,不知道是什么原因

日志错误提示如下:

[Sun Sep 16 16:38:12 2007] [notice] Parent: Received restart signal -- Restarting the server.
httpd.exe: Syntax error on line 115 of D:/apache2/conf/httpd.conf: Cannot load D:/php/php5apache2.dll into server: \xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xc4\xa3\xbf\xe9\xa1\xa3  
[Sun Sep 16 16:38:12 2007] [warn] (OS 995)由于线程退出或应用程序请求,已放弃 I/O 操作。  : winnt_accept: Asynchronous AcceptEx failed.
[Sun Sep 16 16:38:13 2007] [notice] Child 464: Released the start mutex
[Sun Sep 16 16:38:14 2007] [notice] Child 464: Waiting for 250 worker threads to exit.
[Sun Sep 16 16:38:14 2007] [notice] Child 464: All worker threads have exited.
[Sun Sep 16 16:38:14 2007] [notice] Child 464: Child process is exiting

作者: lu_llc   发布时间: 2007-09-16

从上面看在httpd.conf的115行有语法错误
Syntax error on line 115 of D:/apache2/conf/httpd.conf: Cannot load D:/php/php5apache2.dll,
PHP与apache整合失败,请仔细检测一下httpd.conf.

作者: netseek   发布时间: 2007-09-17

很明显是 php5apache2.dll 试下改成 php5apache2_2.dll

作者: �����i�i   发布时间: 2007-09-17

载入php 模块出错了,路径有没错呢?

作者: gleon   发布时间: 2007-09-18