php 安装apache是启动不了

WBOY
Release: 2016-06-23 14:16:53
Original
916 people have browsed it

按照这篇文章的步骤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";
Copy after login
找不到指定的程序。

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
根据新路径重新配置

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template