上一页 1 2 3 4 5 6 ··· 14 下一页

2024年1月13日

CGI、FastCGI和PHP-FPM的关系

摘要: 参考: https://baijiahao.baidu.com/s?id=1636573471105531342 https://www.jianshu.com/p/80e46a80fdbd https://www.zhihu.com/question/30672017 CGI、FastCGI和PH 阅读全文

posted @ 2024-01-13 13:40 建安永乐 阅读(1) 评论(0) 推荐(0) 编辑

2024年1月4日

Linux安装PHPRedis扩展

摘要: https://www.cnblogs.com/shengxihui/p/10802122.html 阅读全文

posted @ 2024-01-04 17:56 建安永乐 阅读(5) 评论(0) 推荐(0) 编辑

2023年12月29日

【好文推荐】进程、线程、协程的区别

摘要: 参考: https://cloud.tencent.com/developer/article/2232132 阅读全文

posted @ 2023-12-29 21:11 建安永乐 阅读(3) 评论(0) 推荐(0) 编辑

2023年12月25日

linux 重启PHP-FPM

摘要: linux 重启PHP-FPM 1. 停止命令pkill php-fpm 2.重启或启动命令php-fpm -R 阅读全文

posted @ 2023-12-25 17:54 建安永乐 阅读(117) 评论(0) 推荐(0) 编辑

2023年12月24日

CentOS7安装cmake3

摘要: https://blog.csdn.net/redfoxtao/article/details/130518576 阅读全文

posted @ 2023-12-24 18:15 建安永乐 阅读(98) 评论(0) 推荐(0) 编辑

centos防火墙常用命令

摘要: systemctl start firewalld;#启动 systemctl stop firewalld;#停止 systemctl status firewalld;#查看状态 systemctl disable firewalld;#开机禁用 systemctl enable firewal 阅读全文

posted @ 2023-12-24 14:23 建安永乐 阅读(16) 评论(0) 推荐(0) 编辑

centos7编译安装php8

摘要: 参考:https://blog.csdn.net/zzz1502/article/details/120157436 首先安装需要的依赖和第三方库 # yum install -y --setopt=protected_multilib=false gcGc gcc-c++ make cmake a 阅读全文

posted @ 2023-12-24 14:17 建安永乐 阅读(319) 评论(0) 推荐(0) 编辑

centos7安装nginx

摘要: 首先安装nginx所需要的第三方库和编译工具 # yum install -y gcc gcc-c++ autoconf automake make # yum install zlib zlib-devel openssl openssl-devel pcre pcre-devel wget ht 阅读全文

posted @ 2023-12-24 11:50 建安永乐 阅读(78) 评论(0) 推荐(0) 编辑

2023年12月23日

nginx常用命令

摘要: nginx -s reload # 重新载入配置文件 nginx -s reopen # 重启 Nginx nginx -s stop # 停止 Nginx 阅读全文

posted @ 2023-12-23 22:34 建安永乐 阅读(3) 评论(0) 推荐(0) 编辑

2023年12月22日

redis配置允许远程连接

摘要: 1、修改redis.conf # 允许访问的地址,127.0.0.1为本机,也就是只允许本机访问,修改为0.0.0.0,则可以在任意IP访问bind 0.0.0.0 # 守护进程,修改为yes后即可后台运行daemonize yes # 密码,设置后访问Redis必须输入密码requirepass 阅读全文

posted @ 2023-12-22 22:28 建安永乐 阅读(841) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 ··· 14 下一页

导航