centOS7 + nginx + PHP 5.6 搭建

centOS

1. 安装

2. 数据盘挂载

nginx

1. 配置

2. 虚拟站点配置

php5.6

1. 配置

2. mysql组件

nginx 和 php-fpm自动启动配置方法

centOS7常用命令:

systemctl start nginx.service #启动nginx服务
systemctl enable nginx.service #设置开机自启动
systemctl disable nginx.service #停止开机自启动
systemctl status nginx.service #查看服务当前状态
systemctl restart nginx.service  #重新启动服务
systemctl list-units --type=service #查看所有已启动的服务



你可能感兴趣的:(centOS7 + nginx + PHP 5.6 搭建)