Home >Backend Development >PHP Tutorial >apache和php安装问题

apache和php安装问题

WBOY
WBOYOriginal
2016-06-23 13:53:211002browse

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就好了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn