Home  >  Article  >  Backend Development  >  php windows 装不上.该如何处理

php windows 装不上.该如何处理

WBOY
WBOYOriginal
2016-06-13 11:33:01869browse

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 配置? 无法启动
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