08 2021 档案

摘要:##编译安装LAMP 1.环境准备 ##系统版本 [root@lamp ~]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) ##软件版本 httpd-2.4.43.tar.gz apr-1.7.0.tar.bz2 apr- 阅读全文
posted @ 2021-08-20 10:12 人生值得 阅读(54) 评论(0) 推荐(0)
摘要:##1.配置nginx反向代理,实现api.x.com域名代理本地9001端口 1.准备nginx安装环境 [root@nginx ~]# systemctl stop firewalld [root@nginx ~]# setenforce 0 [root@nginx ~]# yum instal 阅读全文
posted @ 2021-08-17 10:37 人生值得 阅读(267) 评论(0) 推荐(0)
摘要:##1.编译安装LNMP,并安装wordpress 1.准备nginx安装环境 [root@lnmp ~]# systemctl stop firewalld [root@lnmp ~]# setenforce 0 [root@lnmp ~]# yum -y install gcc pcre-dev 阅读全文
posted @ 2021-08-16 17:52 人生值得 阅读(112) 评论(0) 推荐(0)