这里有最新的使用文档和教程
Unable to round-trip http request to upstream: Dialing persistent://www.gzodad.com:80 with fp-ockor2021sea-20230410-140-tlsmasq (129.154.52.22:443) on attempt 0 context died (1st codepath): dial duration (19.972s): Context duration (20s). Context error: c
安装php的时候提示No package 'libwebp' found 是因为没有libwebp 安装包,需要手动安装 解决方案: Redhat|CentOS系列: 7版本系列:
安装php的时候提示:/ww/server/panel/install/public.sh:line 121:cmake:command not found 这种问题是没有安装cmake导致的
升级php的时候报错:cannot find -lcares原因:缺少c-cares组件导致的 可能原先安装的时候是急速安装,急速安装无需编译,更新的时候使用的是编译安装,需要服务器上有各种依赖 解决方案: Debian|Ubuntu
使用宝塔配置laravel站点时,遇到open_basedir restriction in effect. 原因与解决方法 linux服务器部署thinkphp5的时候PHP报了这个错误,如下:
open_basedir restriction in effect,发现是php open_basedir 配置的问题,PHP不能引入其授权目录上级及其以上的文件; 一般情况下是不会出现这种问题的,之所以出现这个问题绝大多数情况是由于服务器的原因,为了安全才做了这样的限制!
Linux 如何设置系统时间和时区 1 设置时间为22点54分54秒 1 date -s 22:54:54 2 设置日期为2015年12月13日 1 date -s 12/13/15