linux如何配置php环境,linux如何配置php环境

sudo apt-get install apache2#配置apache2

sudo apt-get install php5 libapache2-mod-php5 # 配置apache2和php5之间的连接关系

以上可能会出现如下错误

Package 'libapache2-mod-php5' has no installation candidate

解决方案

编辑 /etc/apt/sources.list 加上 deb http://ftp.es.debian.org/debian stable main contrib non-free

deb-src http://ftp.es.debian.org/debian stable main contrib non-free

deb http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb-src http://ftp.debian.org/debian/ wheezy-updates main contrib non-free

deb http://security.debian.org/ wheezy/updates main contrib non-free

deb-src http://security.debian.org/ wheezy/updates main contrib non-free

sudo apt-get update

sudo apt-get install libapache2-mod-php5

在/var/www/html下新建一个php文件名为phpinfo.php

输入内容:

phpinfo();#打印出php的配置信息。

?> 访问一下如果能够答应出php的配置信息的话,证明配置成功。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值