php windows 装不上.该如何处理

WBOY
Release: 2016-06-13 11:33:01
Original
828 people have browsed it

php windows 装不上.....
 apache 用的这个 httpd-2.2.22-win32-x86-openssl-0.9.8t.msi
php 用的 这个 php-5.2.17-nts-Win32-VC6-x86.zip


我安装了 了 apache后可以启动, http://localhost 可用

修改 httpd.conf  
添加 
LoadModule php5_module "c:/lamp/php5/php5apache2_2.dll"

AddType application/x-httpd-php .php .phtml
phpiniDir "c:/lamp/php5/php.ini"


然后重启 apache 就启动不了,去掉那三句后就可以启动!

Apache PHP5 配置? 无法启动
Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!