Heim  >  Artikel  >  Backend-Entwicklung  >  Apache启动异常the requested operation has failed

Apache启动异常the requested operation has failed

WBOY
WBOYOriginal
2016-06-13 11:46:52988Durchsuche

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 包?

Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn