centos+php7.1+apache

1.2Install Remi repository
## Remi Dependency on CentOS 6 and Red Hat (RHEL) 6 ##
rpm -Uvh http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
## CentOS 6 and Red Hat (RHEL) 6 ##
rpm -Uvh http://rpms.famillecollet.com/enterprise/remi-release-6.rpm






1.3 Install Apache (httpd) Web server and PHP 7.1.0
yum --enablerepo=remi,remi-php71 install httpd php php-common




1.4 Install PHP 7.1.0 modules
yum --enablerepo=remi,remi-php71 install php-pecl-apcu php-cli php-pear php-pdo php-mysqlnd php-pgsql php-pecl-mongodb php-pecl-memcache php-pecl-memcached php-pecl-redis php-pecl-memcached php-gd php-mbstring php-mcrypt php-xml php-pdo




1.5 Start Apache HTTP server (httpd) and autostart Apache HTTP server (httpd) on boot
## CentOS / RHEL 6.8 ##
/etc/init.d/httpd start ## use restart after update
## OR ##
service httpd start ## use restart after update


1.6 Create test PHP page to check that Apache, PHP and PHP modules are working
vi /var/www/html/index.php
<?php


    phpinfo();
2.1防火墙
nano -w /etc/sysconfig/iptables
-A INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT
service iptables restart
firewall-cmd --permanent --zone=public --add-service=http
## OR ##
firewall-cmd --permanent --zone=public --add-port=80/tcp
systemctl restart firewalld.service
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值