Maison  >  Article  >  développement back-end  >  Apache启动异常the requested operation has failed

Apache启动异常the requested operation has failed

WBOY
WBOYoriginal
2016-06-13 11:46:52989parcourir

Apache启动错误the requested operation has failed
整合Apache2.2 和Php (PHP 5.4 (5.4.25)VC9 x86 Thread Safe (2014-Feb-05 23:44:37))

Apache 的配置 httpd.conf 文件配置如下

#我配置的信息 Apache 载入 Php处理模块
 LoadModule php5_module "D:/Program Files/php-5.5.9/php5apache2_4.dll"
#用于指定php的 ini文件,该文件是php的一些配置
 PHPIniDir "D:/Program Files/php-5.5.9"
#这个配置表示 当有一个资源是 *.php的时候就有php处理
 AddType application/x-httpd-php .php .html .htm

php配置文集的php.ini中配置

extension_dir = "D:/Program Files/php-5.5.9/ext"

可是启动就报错,不知道上面配置有什么问题,希望有知道的给点指导。

我使用 httpd -t命令 时报的

httpd : Syntax error on line 131 of D:/Program Files/php-5.5.9/php5apache2_4.dll:

Cannot load D:/Program Files/php-5.5.9/php5apache2_4.dll into server :

这里不能加载是什么意思啊??路径没有错啊!

 


------解决方案--------------------
那我怎么知道?
你从哪里下载的 php 包?

Déclaration:
Le contenu de cet article est volontairement contribué par les internautes et les droits d'auteur appartiennent à l'auteur original. Ce site n'assume aucune responsabilité légale correspondante. Si vous trouvez un contenu suspecté de plagiat ou de contrefaçon, veuillez contacter admin@php.cn