Apache启动错误the requested operation has failed

WBOY
Freigeben: 2016-06-23 14:01:46
Original
1372 Leute haben es durchsucht

Apachethe php php.ini httpd.conf

整合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 :

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

 


回复讨论(解决方案)

LoadModule php5_module "D:/Program Files/php-5.5.9/php5apache2_ 2.dll"

Apache2.2 就要用 php5apache2_2.dll
Apache2.4 才用 php5apache2_4.dll

LoadModule php5_module "D:/Program Files/php-5.5.9/php5apache2_ 2.dll"

Apache2.2 就要用 php5apache2_2.dll
Apache2.4 才用 php5apache2_4.dll 为什么没有这个php5apache2_2.dll文件???

那我怎么知道?
你从哪里下载的 php 包?

那我怎么知道?
你从哪里下载的 php 包?

php官网啊

Quelle:php.cn
Erklärung dieser Website
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
Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage