摘要: 先检查 nginx -c /etc/nginx/nginx.conf 看看端口是否被占用 若占用杀掉 ps -ef | grep nginx kill 然后再用nginx -c /etc/nginx/nginx.conf 若没有出现问题 在进行重启就可 nginx -s reload 阅读全文
posted @ 2022-11-09 14:25 迷失在路上 阅读(66) 评论(0) 推荐(0) 编辑
摘要: 原文: https://blog.csdn.net/CRMEB/article/details/120779362 nginx [error] open() “/usr/local/var/run/nginx.pid” failed (2: No such file or directory)ngi 阅读全文
posted @ 2022-11-09 11:03 迷失在路上 阅读(1372) 评论(0) 推荐(0) 编辑
摘要: php -r "print_r(openssl_get_cert_locations());" 阅读全文
posted @ 2022-11-09 10:34 迷失在路上 阅读(7) 评论(0) 推荐(0) 编辑
摘要: 原文地址: https://www.jianshu.com/p/6a4492a9cd03 检查 PHP 版本 php -v 安装 Remi 和 EPEL 数据源 rpm -Uvh https://dl.fedoraproject.org/pub/epel/epel-release-latest-7. 阅读全文
posted @ 2022-11-09 10:24 迷失在路上 阅读(32) 评论(0) 推荐(0) 编辑
摘要: 1/ php -r "copy('https://install.phpcomposer.com/installer', 'composer-setup.php');"php composer-setup.php局部安装上述下载 Composer 的过程正确执行完毕后,可以将 composer.ph 阅读全文
posted @ 2022-11-09 09:41 迷失在路上 阅读(110) 评论(0) 推荐(0) 编辑