Cobra Forum

Plesk Panel => Webserver => Topic started by: Suhitha on Sep 30, 2025, 03:12 AM

Title: Website becomes unavailable after switching to FPM application served by Apache
Post by: Suhitha on Sep 30, 2025, 03:12 AM
Question: Website becomes unavailable after switching to FPM application served by Apache


Symptoms


ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock
ERROR: Another FPM instance seems to already listen on /var/www/vhosts/system/example.com/php-fpm.sock


Cause

The php-fpm.sock file of the affected domain is corrupted


Resolution

Delete the php-fpm.sock file, it will be recreated automatically:

1.Connect to the server via SSH

2.Execute the following command:

# rm -rf /var/www/vhosts/system/example.com/php-fpm.sock