[root@localhost logs]# tail -100f error.log ngx_http_fastdfs_process_init pid=11255 [2021-02-24 19:11:20] ERROR - file: ../common/fdfs_http_shared.c, ...
分类:
其他好文 时间:
2021-02-26 12:54:25
阅读次数:
0
错误一:安装nginx报错“src/os/unix/ngx_user.c:26:7: error: ‘struct crypt_data’ has no member named ‘current_salt’” “src/os/unix/ngx_user.c:26:7: error: ‘struct ...
分类:
其他好文 时间:
2021-01-18 10:49:25
阅读次数:
0
系统 windows 命令 nginx -t 报错 nginx emerg invalid number of arguments in "root" directive.... 原因 root行配置最后没写分号导致,加上分号即可解决 ...
分类:
其他好文 时间:
2020-12-29 11:29:07
阅读次数:
0
#排查方法 1.启动时报错 打开error.log(错误日志) 一般都是配置完后没有写分号,或者少大括号 tail -f /var/log/nginx/error.log 2.接入时或者能访问的时候 打开access.log(接入日志) 一般都是查看各种情况和状态码 tail -f /var/log ...
分类:
其他好文 时间:
2020-12-17 12:13:11
阅读次数:
2
缘由:A项目用HttpURLConnection代理(B项目)内部接口的时候,返回值正常; 由于要走负载,nginx代理了几个A项目,通过nginx访问的时候,页面显示ERR_EMPTY_RESPONSE; nginx报错upstream sent invalid chunked response ...
分类:
其他好文 时间:
2020-12-03 11:34:06
阅读次数:
4
一、指向静态文件,报403错误 有人说要改nginx.conf里的user root,这是很不好的,其实很多情况都是selinux打开了,对文件读写有额外控制,实在懒得弄可以关掉selinux。最好还是需要设置一下才行,具体原理我了解不深,以后有时间再慢慢研究吧。 chcon -t usr_t xx ...
分类:
其他好文 时间:
2020-06-07 23:02:30
阅读次数:
138
nginx安装lua模块 出现LIBLUAJIT 5.1.SO.2错误的解决方法 云栖社区 阿里云 https://yq.aliyun.com/articles/604301 nginx lua 启动nginx报错找不到libluajit 5.1.so.2 会当凌绝顶的个人空间 OSCHINA ht ...
分类:
其他好文 时间:
2020-05-15 11:33:04
阅读次数:
181
不是ingress-nginx不成功出现错误提示 kubectl describe pod nginx-ingress-controller-6ffc8fdf96-xtg6n -n ingress-nginx Normal Scheduled <unknown> default-scheduler ...
分类:
其他好文 时间:
2020-04-30 19:04:12
阅读次数:
253
随着并发量上升,nginx开始出现502,即nginx已经发现不了存活的后端了但是web程序没有任何错误,后端的数据库也很正常,查看nginx错误日志tail-f/usr/local/nginx/log/error.log[error]31365#0:*11971189upstreamtimedout(110:Connectiontimedout)whilereadingresponseheade
分类:
其他好文 时间:
2020-04-22 09:43:58
阅读次数:
63
1、在安装和配置完成Nginx之后就差重新启动了结果报错了,报错如下:[root@Centos01]#/usr/local/nginx/sbin/nginxnginx:[emerg]getpwnam("nginx")failed2、像这样的情况就是没有安装Nginx用户,也可能是创建的时候打错了(自行排查)[root@Centos01]#useradd-M-s/sbin/nologinnginx3
分类:
其他好文 时间:
2020-02-18 11:33:10
阅读次数:
115