noje
#1
Hi,
I upgraded nginx to version 1.20.2 and in /var/log/nginx/error.log I see errors every 1 minutes :
2022/01/27 17:15:51 [error] 880#880: *215 open() “/usr/share/nginx/html/basic_status” failed (2: No such file or directory), client: 127.0.0.1, server: localhost, request: “GET /basic_status HTTP/1.1”, host: “localhost:80”
Somebody knows why ?
emrah
#2
This is not related with jitsi
.
Probably there is an application in your server which requests to http://127.0.0.1/basic_status
noje
#3
Thanks, is there any option to check it ?
noje
#4
I used tshark and I can see these records every 1 minute :
127.0.0.1 → 127.0.0.1 HTTP 372 HTTP/1.1 404 Not Found (text/html)
noje
#5
After did this command : curl http://127.0.0.1/basic_status
I have these outputs :
Active connections: 27
server accepts handled requests
4795 4795 6637
Reading: 0 Writing: 16 Waiting: 11
Can I disable it or delete errors in nginx logs ?
noje
#6
I noticed that Zabbix is the cause of this situation but I don’t know why at this moment.