Hi,
My site has been working fine with a new fresh install of PHP + apache (php 8.2 and apache 2.4), but the problem start when i rebooted the server.
My web keep issuing 503 Service Unavailable
logs:-
[Tue Jan 21 13:06:40.422148 2025] [proxy:error] [pid 1255:tid 1277] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /tmp/php-cgi-82.sock (localhost:8000) failed
[Tue Jan 21 13:06:40.422287 2025] [proxy_fcgi:error] [pid 1255:tid 1277] [remote 212.227.125.246:40322] AH01079: failed to make connection to backend: localhost
but the file cgi exist
[root@vmi2410213 ~]# ls -al /tmp/php-cgi-82.sock
srw------- 1 www www 0 Jan 21 12:59 /tmp/php-cgi-82.sock
[root@vmi2410213 ~]#
My OS: Almalinux 9
Panel version: 7.0.15
how to solve it? thanks