Author Topic: PHP-FPM User Conf File Delete Problem  (Read 2913 times)

0 Members and 1 Guest are viewing this topic.

Offline
*
PHP-FPM User Conf File Delete Problem
« on: January 01, 2022, 02:14:35 PM »
Hi,

The user.conf file in the PHP-FPM configuration is automatically deleted and the websites give the "Service Unavailable" error. I had this problem 3 times. I create the CONF file myself; but then it gets deleted again.

Does anyone know how to solve this problem?

CWP TEAM, if there is a solution for this problem, please share information.

Offline
***
Re: PHP-FPM User Conf File Delete Problem
« Reply #1 on: January 01, 2022, 10:20:02 PM »
What is the path of your .user.conf file.?

Offline
*
Re: PHP-FPM User Conf File Delete Problem
« Reply #2 on: January 04, 2022, 04:10:05 PM »
/opt/alt/php-fpm74/usr/etc/php-fpm.d/users/user.conf

Default path...

Now, another site's .conf file has been deleted. PHP-FPM throws an error because it cannot communicate with the web service.

https://prnt.sc/25zrsqz

[Tue Jan 04 18:48:54.579903 2022] [proxy_fcgi:error] [pid 1810657:tid 139815731287808] [client 66.249.66.92:44160] AH01079: failed to make connection to backend: httpd-UDS
[Tue Jan 04 18:48:56.342306 2022] [proxy:error] [pid 1810657:tid 139815689324288] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm74/usr/var/sockets/bienelco.sock (*) failed
[Tue Jan 04 18:48:56.342364 2022] [proxy_fcgi:error] [pid 1810657:tid 139815689324288] [client 176.219.175.215:44250] AH01079: failed to make connection to backend: httpd-UDS
[Tue Jan 04 18:48:56.592847 2022] [proxy:error] [pid 1810657:tid 139815900329728] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm74/usr/var/sockets/bienelco.sock (*) failed
[Tue Jan 04 18:48:56.592893 2022] [proxy_fcgi:error] [pid 1810657:tid 139815900329728] [client 176.219.175.215:44256] AH01079: failed to make connection to backend: httpd-UDS, referer: https://bienel.com/
[Tue Jan 04 18:49:03.792494 2022] [proxy:error] [pid 1810657:tid 139815942293248] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm74/usr/var/sockets/bienelco.sock (*) failed
[Tue Jan 04 18:49:03.792546 2022] [proxy_fcgi:error] [pid 1810657:tid 139815942293248] [client 176.219.175.215:44866] AH01079: failed to make connection to backend: httpd-UDS
[Tue Jan 04 18:49:12.503895 2022] [proxy:error] [pid 2840921:tid 139815925507840] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm74/usr/var/sockets/bienelco.sock (*) failed
[Tue Jan 04 18:49:12.504395 2022] [proxy_fcgi:error] [pid 2840921:tid 139815925507840] [client 176.219.175.215:44904] AH01079: failed to make connection to backend: httpd-UDS, referer: https://bienel.com/
[Tue Jan 04 18:50:49.147518 2022] [proxy:error] [pid 2841106:tid 139815722895104] (2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /opt/alt/php-fpm74/usr/var/sockets/bienelco.sock (*) failed
[Tue Jan 04 18:50:49.147596 2022] [proxy_fcgi:error] [pid 2841106:tid 139815722895104] [client 66.249.66.93:48288] AH01079: failed to make connection to backend: httpd-UDS

Offline
***
Re: PHP-FPM User Conf File Delete Problem
« Reply #3 on: January 06, 2022, 12:51:23 AM »
/opt/alt/php-fpm74/usr/etc/php-fpm.d/users/user.conf

Default path...

Now, another site's .conf file has been deleted. PHP-FPM throws an error because it cannot communicate with the web service.
(...)

What file was deleted.?
Did you create any customization directly in some apache server configuration file.?
If so, what files.?