Heim  >  Artikel  >  Backend-Entwicklung  >  php 安装apache是启动不了

php 安装apache是启动不了

WBOY
WBOYOriginal
2016-06-23 14:16:53917Durchsuche

按照这篇文章的步骤http://www.phptogether.com/archives/11018
但是启动时提示这个
d:\php\Apache24\bin>httpd.exe -k start
httpd.exe: Syntax error on line 545 of D:/php/Apache24/conf/httpd.conf: Cannot l
oad D:\\Program Files (x86)\\PHP\\php5apache2_2.dll into server: \xd5\xd2\xb2\xb
b\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3
新手半天没懂


回复讨论(解决方案)

D:/php/Apache24/conf/httpd.conf 545行处错误,D:\\Program Files (x86)\\PHP\\php5apache2_2.dll不存在

header('Content-type: text/html;charset=GBK');echo "\xd5\xd2\xb2\xbb\xb5\xbd\xd6\xb8\xb6\xa8\xb5\xc4\xb3\xcc\xd0\xf2\xa1\xa3";
找不到指定的程序。

php5apache2_2.dll不存在 表示你下载的不是线程安全的 php 包

php5apache2_2.dll不存在 表示你下载的不是线程安全的 php 包
这个文件是存在的,要怎么解决,重新下载吗?

D:/php/Apache24/conf/httpd.conf 545行处错误,D:\\Program Files (x86)\\PHP\\php5apache2_2.dll不存在
这个文件存在啊,怎么解决呢

可能是没有权限
把 php 从 D:\Program Files (x86)\PHP 移动到 d:\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