I've upgraded from mod_php to php-fpm on my backup server, but I see there is error that occurs and disappears:
What should I do to resolve this issue? I have some custom configs in httpd.conf:
It works like a charm with mod_php, but after changing to php-fpm the is this error that occurs randomly.
Could you tell me what to configure?
Code:
==> /var/log/httpd/domains/domain.pl.subdomain.error.log <==
[Wed Apr 12 16:11:27.048963 2023] [proxy:error] [pid 23829:tid 139773159057152] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /usr/local/php74/sockets/username.sock (*:80) failed
[Wed Apr 12 16:11:27.049021 2023] [proxy_fcgi:error] [pid 23829:tid 139773159057152] [client 84.10.xx.xxx:54886] AH01079: failed to make connection to backend: httpd-UDS
What should I do to resolve this issue? I have some custom configs in httpd.conf:
Code:
|?OPEN_BASEDIR_PATH=`HOME`/:/tmp:/var/tmp:/usr/local/lib/php/:/usr/share/file:/usr/share/misc:/usr/share/mime:/mnt/folder/:/mnt/folder`OBDP1``OBDP2`|
|?ALLOW_OVERRIDE=AllowOverride None|
It works like a charm with mod_php, but after changing to php-fpm the is this error that occurs randomly.
Could you tell me what to configure?
Last edited: