Centos7-PHP7.1-Nginx

本文介绍了如何在CentOS7上安装PHP7.1及Nginx的过程,包括配置源、安装PHP7.1及其扩展包、安装PHP-FPM等步骤,并提供了启动设置与配置文件的位置。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

Installing PHP 7.1 on CentOS 7 with Nginx

1. Install Nginx yum install nginx

2. Repo's for PHP 7.1 Unfortionally PHP7.1 is not available trough main stream repo's yet.

$ yum install epel-release
$ wget http://rpms.remirepo.net/enterprise/remi-release-7.rpm && rpm -Uvh remi-release-7.rpm

2. Install PHP 7.1

$ yum --enablerepo=remi-safe -y install php71

Version check: php71 -v

Some aditonal packages
$ yum install php71-php-mcrypt php71-php-mcrypt php71-php-json php71-php-mbstring php71-php-xml php71-php-soap php71-php-xmlrpc php71-php-simplexml php71-php-curl php71-php-mysqlnd

3. Install PHP-FPM

$ yum --enablerepo=remi-safe -y install php71-php-fpm
Start & Set for boot
$ systemctl start php71-php-fpm
$ systemctl status php71-php-fpm.service
$ systemctl enable php71-php-fpm

Configs?

In case you wonder, where the F**CK are my PHP / PHP FPM Config?

/etc/opt/remi/php71/
/etc/opt/remi/php71/php-fpm.d/www.conf
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值