php-fpm80 is currently down

yilginhakki

New member
Joined
Jan 22, 2022
Messages
4
Hi all,

Directadmin often gives warning: "This message has been automatically generated notifying you that the service php-fpm80 is currently down." When I check connections via netstat, time wait is so much as follows. How do I fix this situation ?



[root@linuxhost ~]# netstat -n | awk '/^tcp/ {++S[$NF]} END {for(a in S) print a, S[a]}'
CLOSE_WAIT 1
ESTABLISHED 43
FIN_WAIT2 4
CLOSING 1
TIME_WAIT 159
 
Back
Top