httpd.exe应用程序错误

apache 服务无法开启,一打开就是这个错误.

怎么解决?

错误是这样的,弹出一个错误的窗口,

 

指令引用内存不能read,这样的错误肯定是配置文件哪里出来问题,

或者是那些文件没有放到指定的位置。

 

经过一番摸索.找出问题原因.

解决方法如下:

需要把php下的 php5ts.dll   libmysql.dll  php5/ext/php-gb2.dll     php5/ext/php-mbstring.dll  php-mysql.dll

拷贝到c:/windows/system32下面,错误就会消失了。就是如此的简单..

 

LoadFile "C:/windows/system32/php5ts.dll"
LoadFile "C:/windows/system32/libmysql.dll"
LoadFile "C:/windows/system32/php-gb2.dll"
LoadFile "C:/windows/system32/php-mbstring.dll"
LoadFile "C:/windows/system32/php-mysql.dll"

最后的解决方案:
在httpd.conf的配置中加载:LoadFile "C:/windows/system32/php5ts.dll" 类似这样的。但是必须在载入php5apache2_2.dll前加入这条语句
完美解决。

最后的解决方案:
在httpd.conf的配置中加载:LoadFile "D:/softserver/php5.3.15/php5ts.dll" 类似这样的。但是必须在载入php5apache2_2.dll前加入这条语句
完美解决。
- 本文出自马后炮化工论坛,原文地址:http://bbs.mahoupao.net/thread-47604-1-1.ht
最后的解决方案:
在httpd.conf的配置中加载:LoadFile "D:/softserver/php5.3.15/php5ts.dll" 类似这样的。但是必须在载入php5apache2_2.dll前加入这条语句
完美解决。
- 本文出自马后炮化工论坛,原文地址:http://bbs.mahoupao.net/thread-47604-1-1.html
posted @ 2014-04-21 14:01  帽子戏法  阅读(1980)  评论(0编辑  收藏  举报
全部 html css js Linux php MySQL seo web git other 联系 管理