189 8069 5689

apache支持php5的配置方法

1.下载apache安装包,并执行安装。
2.下载php5的zip包,并解压到c:\php
3.修改apache的配置文件httpd.conf,添加以下:成都服务器托管

10年积累的成都网站设计、成都网站建设经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先网站设计后付款的网站建设流程,更有留坝免费网站建设让你可以放心的选择与我们合作。

复制代码代码如下:

#load the php main library to avoid dll hell
Loadfile "C:\php\php5ts.dll"
#load the sapi so that apache can use php
LoadModule php5_module "C:\php\php5apache2_2.dll"
#set the php.ini location so that you don't have to waste time guessing where it is
PHPIniDir "C:\php"
#Hook the php file extensions, notice that Addtype is NOT USED, since that's just stupid
AddHandler application/x-httpd-php .php
AddHandler application/x-httpd-php-source .phps

4.如果出错,则将php目录下的dll 复制到c:\windows\system32目录。


当前名称:apache支持php5的配置方法
标题路径:http://cdxtjz.cn/article/sdcpg.html

其他资讯