摘要: web脚本 #!/bin/bash #1、配置yum源 cat >> /etc/yum.repos.d/yumrpm.repo << EOF [all-rpm] name=all repo baseurl=http://10.0.0.61:23456 enabled=1 gpgcheck=0 EOF 阅读全文
posted @ 2022-07-25 21:52 张开嘴 阅读(30) 评论(0) 推荐(0) 编辑
摘要: LNMP环境架构部署 部署nginx支持fastcgi fastcgi_pass 请求转发 官网文档 https://nginx.org/en/docs/http/ngx_http_fastcgi_module.html#fastcgi_pass Syntax: fastcgi_pass addre 阅读全文
posted @ 2022-07-25 21:49 张开嘴 阅读(102) 评论(0) 推荐(0) 编辑
摘要: 编译安装LAMD 前期准备 最好是新机器 暂停所有服务 [root@lamp-241 ~]# netstat -tnlp|grep httpd [root@lamp-241 ~]# netstat -tnlp|grep php [root@lamp-241 ~]# netstat -tnlp|gre 阅读全文
posted @ 2022-07-25 21:45 张开嘴 阅读(102) 评论(0) 推荐(0) 编辑