SkinsRestorer / SkinSystem

The Minecraft SkinSystem for SkinsRestorer
MIT License
131 stars 48 forks source link

Invalid login details kill php-fpm #118

Closed Shark-vil closed 2 years ago

Shark-vil commented 2 years ago

I am facing a strange problem. The site works fine until I enter incorrect login details. After that, the server begins to think for a long time, and as a result freezes without giving any feedback. The only solution to the problem is to reboot the "php-fpm".

Here's what it shows in the logs: 2022/01/11 14:13:40 [error] 26025#26025: *2 upstream timed out (110: Connection timed out) while reading response header from upstream, client: 141.101.96.172, server: skin.pipbuck.ru, request: "POST /resources/server/authenCore.php HTTP/1.1", upstream: "fastcgi://unix:/run/php/php7.3-fpm.sock", host: "skin.pipbuck.ru", referrer: "https://skin.pipbuck.ru/"

I use "nginx" as my web server. Is this an application issue or am I having problems with the settings?