Heim  >  Artikel  >  Backend-Entwicklung  >  apache和php安装问题

apache和php安装问题

WBOY
WBOYOriginal
2016-06-23 13:53:21969Durchsuche

apache配置php模块:
LoadModule php5_module "D:/php/php-5.5.14/php5apache2_4.dll"
PHPiniDir "D:/php/php-5.5.14"
AddType application/x-httpd-php .html .htm .php

运行httpd -k install报错:
The Apache2.2 service is successfully installed.
Testing httpd.conf....
Errors reported here must be corrected before the service can be started.
httpd: Syntax error on line 129 of D:/php/httpd-2.2/conf/httpd.conf: Cannot load
 D:/php/php-5.5.14/php5apache2_4.dll into server: \xd5\xd2\xb2\xbb\xb5\xbd\xd6\x
b8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3


回复讨论(解决方案)

 D:/php/php-5.5.14/php5apache2_4.dll 无法加载

\xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3
找不到指定的程序。

你的操作系统是什么?

 D:/php/php-5.5.14/php5apache2_4.dll 无法加载

\xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3
找不到指定的程序。

你的操作系统是什么?




Windows 64位

你那个文件存在吗?

你那个文件存在吗?


存在

php 是 32 位的吧?

下的64位的版本的

http://windows.php.net/download/

问题已解决,D:/php/php-5.5.14/php5apache2_4.dll原来这个dll要求apache的版本是2.4,而我之前装的是2.2.19,所以一直报错,最后装个apache2.4就好了

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