PHP FPM Stopped Working - On To The Rescue

Abdullah Ayub

0

IT Specialist

Cloud Infrastructure Architect

Linux

PHP

Project Description:

Client was running a couple of different php-fpm versions and after a system update, php7.3-fpm and php7.4-fpm exhibited failed systemd units interchangeably. Upon tackling the project and after much digging, I found that,
Failed systemd units
Failed systemd units

their "/etc/php/7.3/fpm/pool.d/www.conf" and 7.4 configurations were listening to the wrong php versions respectively.

Line 5: php 7.4 listening to php 7.3 socket, causing the disruption.
Line 5: php 7.4 listening to php 7.3 socket, causing the disruption.

Fix:

After making the correct changes, restarting both services resulted in the desired output.
php-fpm services resumed
php-fpm services resumed
Like this project
0

Posted May 26, 2024

Client was facing issue with php-fpm. Turned out a configuration issue upon digging. Fixed it timely and all php processes resumed working normally.

Likes

0

Views

6

Tags

IT Specialist

Cloud Infrastructure Architect

Linux

PHP

Mass Email Server Fixed - IMAP Issue
Mass Email Server Fixed - IMAP Issue
Linux Server Administrator
Linux Server Administrator