码迷,mamicode.com
首页 > Windows程序 > 详细

windows上apache配置php5

时间:2019-12-01 17:17:53      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:ini   use   exe   users   udt   rect   php curl   启用   directory   

windows上apache配置php5

重点:1、php5里的php.ini的extension_dir要改为绝对目录(带‘/‘斜杠),如果只是写个ext,在apache+mod_php里面是不会加载php扩展的。

2、httpd.conf要指定PHPIniDir "C:/Users/crl6/app2/php5" #你的php安装目录

 

其他设置:

1、httpd.conf添加

LoadModule php5_module "C:/Users/crl6/app2/php5/php5apache2_4.dll"

AddType application/x-httpd-php .php

DirectoryIndex 改为 DirectoryIndex index.html index.php

 

如果启用了php curl扩展,但是httpd启动报告缺失dll,则将php目录的ssleay32.dll、libeay32.dll、libssh2.dll、icuuc54.dll、icudt54.dll、icuin54.dll、icuio54.dll放置在apache\bin目录中(和httpd.exe同一目录)

windows上apache配置php5

标签:ini   use   exe   users   udt   rect   php curl   启用   directory   

原文地址:https://www.cnblogs.com/uu6crella/p/11966417.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!