Bayrem Jebali
Regular Member
- Oct 1, 2018
- 325
- 52
That means nothing is running on that port on your server however something is trying to send a lot of requests via 127.0.0.1:8080 potentially resulting in your server giving out 504 errors.
Code:2020/08/27 17:54:56 [error] 12428#12428: *21556 upstream timed out (110: Connection timed out) while connecting to upstream, client: 162.158.106.120, server: Removedforprivacyinbhw, request: "GET /links/rzn2zqb8iu/ HTTP/1.1", upstream: "http://127.0.0.1:8080/links/rzn2zqb8iu/", host: "Removedforprivacyinbhw" 2020/08/27 18:37:36 [error] 12428#12428: *21709 upstream timed out (110: Connection timed out) while connecting to upstream, client: 108.162.245.30, server: Removedforprivacyinbhw, request: "GET /cast/ike-amadi/feed/ HTTP/1.1", upstream: "http://127.0.0.1:8080/cast/ike-amadi/feed/", host: "Removedforprivacyinbhw" 2020/08/27 18:43:27 [error] 12428#12428: *21715 upstream timed out (110: Connection timed out) while connecting to upstream, client: 141.101.69.87, server: Removedforprivacyinbhw, request: "GET / HTTP/1.1", upstream: "http://127.0.0.1:8080/", host: "Removedforprivacyinbhw", referrer: "https://Removedforprivacyinbhw/"
Can you PM logs as they appear on the server without removing anything?
But i tried this command netstat -pan | grep :8080 ''
I got '' tcp 0 0 127.0.0.1:8080 0.0.0.0:* LISTEN 1012/httpd ''
i will pm you about the logs.