Skip to content

CentOS 6.5 安装 Nginx + MySQL + PHP

Published: at 00:00
说明
Linux : CentOS release 6.5 (Final)
Core : Linux nate-vps 2.6.32-573.7.1.el6.x86_64
Nginx : 1.8.0
PHP : 5.6.14
系统环境配置
安装Nginx
安装PHP
安装MySQL
防火墙设置
iptables -I INPUT -p tcp --dport 80 -j ACCEPT

service iptables save
service iptables restart