linux+nginx+apache+mysql+php配置
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了linux+nginx+apache+mysql+php配置相关的知识,希望对你有一定的参考价值。
一、安装nginx:
1、进入nginx官网,选择download,选择linux预编译版本,根据自己的系统版本编辑/etc/yum.repos.d/nginx.repo;本人的系统是centOs7.0,故文件内容如下:
[nginx]
name=nginx repo
baseurl=http://nginx.org/packages/centos/7/$basearch/
gpgcheck=0
enabled=1
2、编辑完成后,yum install -y nginx安装nginx;
3、执行/usr/sbin/nginx启动nginx,若不存在,用find命令查找安装位置;
4、启动后,在浏览器上输入IP,查看是否正常;
本文出自 “维塔罗” 博客,请务必保留此出处http://1150895809.blog.51cto.com/9164250/1784584
以上是关于linux+nginx+apache+mysql+php配置的主要内容,如果未能解决你的问题,请参考以下文章
centos7安装Lnmp(Linux+Nginx+MySql+Php+phpMyAdmin+Apache)
oneinstack安装lnmp之后还需要 对nginx与php集成吗
centos7 Nginx1.14+php7+mysql5.7 以及 centos7 Apache2.4+PHP7+mysql 安装 Linux 配置 composer 以及Python2.7升级到