Centos 搭建服务器环境配置LNMP(linux+nginx+php+mysql)

2021/5/3 19:27:11

本文主要是介绍Centos 搭建服务器环境配置LNMP(linux+nginx+php+mysql),对大家解决编程问题具有一定的参考价值,需要的程序猿们随着小编来一起学习吧!

整理于网络

系统版本:centos7

yum install -y nginx php php-cli php-common php-pdo rrdtool-php  gcc gcc-c++ autoconf libjpeg libjpeg-devel libpng libpng-devel freetype freetype-devel libxml2 libxml2-devel zlib zlib-devel glibc glibc-devel glib2 glib2-devel bzip2 bzip2-devel ncurses ncurses-devel curl curl-devel lighttpd-fastcgi pcre pcre-devel      #相关支持文件安装

NGINX的网站目录位于:

/usr/share/nginx/html

NGINX的配置文件位于:

/etc/nginx/ nginx.conf

nginx -t              测试配置文件

nginx -v             查看相关版本



这篇关于Centos 搭建服务器环境配置LNMP(linux+nginx+php+mysql)的文章就介绍到这儿,希望我们推荐的文章对大家有所帮助,也希望大家多多支持为之网!


扫一扫关注最新编程教程