mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #1259] Nginx-UI启用 stub_status 模块后不停产生大量访问日志 #692
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#692
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @kekylin on GitHub (Jul 24, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/1259
这几天将Nginx-UI从v2.1.12至v2.1.14版本后,留意到访问日志产生了大量这种日志信息,通过监测工具发现,每小时产生约七百条日志:
127.0.0.1 - - [24/Jul/2025:08:39:12 +0800] "GET /stub_status HTTP/1.1" 200 105 "-" "Go-http-client/1.1"
经过排查后发现,只要关闭了stub_status 模块后,这种访问日志就停止产生了。
系统版本是Debian12.11;
Nginx-UI是通过安装脚本安装的;
下面是Nginx相关信息:
root@debian:~$ nginx -V
nginx version: nginx/1.22.1
built with OpenSSL 3.0.15 3 Sep 2024 (running with OpenSSL 3.0.16 11 Feb 2025)
TLS SNI support enabled
configure arguments: --with-cc-opt='-g -O2 -ffile-prefix-map=/build/reproducible-path/nginx-1.22.1=. -fstack-protector-strong -Wformat -Werror=format-security -fPIC -Wdate-time -D_FORTIFY_SOURCE=2' --with-ld-opt='-Wl,-z,relro -Wl,-z,now -fPIC' --prefix=/usr/share/nginx --conf-path=/etc/nginx/nginx.conf --http-log-path=/var/log/nginx/access.log --error-log-path=stderr --lock-path=/var/lock/nginx.lock --pid-path=/run/nginx.pid --modules-path=/usr/lib/nginx/modules --http-client-body-temp-path=/var/lib/nginx/body --http-fastcgi-temp-path=/var/lib/nginx/fastcgi --http-proxy-temp-path=/var/lib/nginx/proxy --http-scgi-temp-path=/var/lib/nginx/scgi --http-uwsgi-temp-path=/var/lib/nginx/uwsgi --with-compat --with-debug --with-pcre-jit --with-http_ssl_module --with-http_stub_status_module --with-http_realip_module --with-http_auth_request_module --with-http_v2_module --with-http_dav_module --with-http_slice_module --with-threads --with-http_addition_module --with-http_flv_module --with-http_gunzip_module --with-http_gzip_static_module --with-http_mp4_module --with-http_random_index_module --with-http_secure_link_module --with-http_sub_module --with-mail_ssl_module --with-stream_ssl_module --with-stream_ssl_preread_module --with-stream_realip_module --with-http_geoip_module=dynamic --with-http_image_filter_module=dynamic --with-http_perl_module=dynamic --with-http_xslt_module=dynamic --with-mail=dynamic --with-stream=dynamic --with-stream_geoip_module=dynamic
@0xJacky commented on GitHub (Jul 25, 2025):
你是有一个浏览器的页面一直打开着 Nginx 的仪表盘吗
@kekylin commented on GitHub (Jul 25, 2025):
没有的。第二张截图中,从半夜到早上,一直在不停产生日志。那会我没有其他地方开着Nginx 的仪表盘。连Nginx访问都没有,服务就我一个人用,夜里都在休息。
@0xJacky commented on GitHub (Jul 25, 2025):
可以更新到最新的开发版试试