青源居士

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2022年5月11日

摘要: 1.先升级nss (Network Security Service, 网络安全服务) yum update nss如果没有nss,则需要安装nss服务 yum install nss 2.更新/安装完成后,重启一下php-fpm(因为我的程序是php写的,所以这里需要重启一下) service p 阅读全文
posted @ 2022-05-11 12:05 青源居士 阅读(631) 评论(0) 推荐(0) 编辑

2021年11月18日

摘要: 这个跟环境path设置有关: 1. 找php.ini位置。/www/wdlinux/apache_php-5.5.38/bin 2. 写入默认path: export PATH=$PATH:/www/wdlinux/apache_php-5.5.38/binecho $PATH查看最后运行:php 阅读全文
posted @ 2021-11-18 13:00 青源居士 阅读(243) 评论(0) 推荐(0) 编辑

2021年10月12日

摘要: Beast: https://github.com/liexusong/php-beast?tdsourcetag=s_pctim_aiomsgbeast-安裝到/root 1.wget https://github.com/liexusong/php-beast/archive/master.zi 阅读全文
posted @ 2021-10-12 11:54 青源居士 阅读(133) 评论(0) 推荐(0) 编辑