mirror of
https://github.com/kmvan/x-prober.git
synced 2026-08-13 09:39:38 +08:00
[BUG]PHP7.3.7+nginx不能自动刷新 #23
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Cathgao on GitHub (Jul 6, 2019).
Originally assigned to: @kmvan on GitHub.
页面可以显示,但无法自动刷新,nginx后台报错
[error] 241827#0: *9 FastCGI sent in stderr: "PHP message: PHP Warning: Division by zero in /usr/share/nginx/html/index.php on line 53PHP message: PHP Warning: Division by zero in /usr/share/nginx/html/index.php on line 53PHP message: PHP Warning: Division by zero in /usr/share/nginx/html//index.php on line 53PHP message: PHP Warning: Division by zero in /usr/share/nginx/html/index.php on line 53" while reading response header from upstream, client: 219.******, server: ******, request: "GET /?action=fetch HTTP/1.1", upstream: "fastcgi://127.0.0.1:9000", host: "******", referrer: "https://******"@kmvan commented on GitHub (Jul 6, 2019):
试试把这个探针文件运行一次,然后贴一下具体的报错记录?(txt后缀下载后改为php)
prober.txt
@Cathgao commented on GitHub (Jul 6, 2019):
nginx后台没报错了,但依旧不能自动刷新
不过在另一台机器也升级到7.3.7却能自动刷新,可能是我自己配置问题,我检查下
@kmvan commented on GitHub (Jul 6, 2019):
最新版正常吗?
@Cathgao commented on GitHub (Jul 6, 2019):
两台都是最新版,没有报错但有一台不刷新,我自己再排查下,应该不是探针的问题
@kmvan commented on GitHub (Jul 6, 2019):
找到原因后贴一下,按理说探针已经把所有为零除数都除了过的
@Cathgao commented on GitHub (Jul 8, 2019):
原因暂时没找到,应该是新机子的PHP配置没弄好。旧的那台机子升级7.3.7之后更新探针一切正常,基本确定不是探针问题
@eanraig commented on GitHub (Oct 2, 2020):
可能是用了防跨站攻击(open_baserdir)?
@kmvan commented on GitHub (Oct 2, 2020):
这个应该不会,就算是目录限制 ,也应该不会报错的,只是部分信息无法显示而已