• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Issue php-fm issue after plesk component updgrade

Farid

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
18.0.55 Update #2
Hi,
Since this morning, my website is offline because of php-fm issue.
I discovered this error below and realized that occures juste after a plesk compent upgrade...

Plesk Obsidian v18.0.55_build1800230919.07 os_Ubuntu 22.04


Error(2)No such file or directory: AH02454: FCGI: attempt to connect to Unix domain socket /var/www/vhosts/system/admin.xxxxx.com/php-fpm.sock (*) failed
AH01079: failed to make connection to backend: httpd-UDS

503GET /update-online HTTP/1.1
 
Here are more detail on Plesk log:
2023-10-31 06:26:01 INFO: pum is called with arguments: ['--check']
2023-10-31 06:26:01 ERROR: Update operation was locked by another update process (Plesk installer or pum).
2023-10-31 06:26:01 ERROR: Exited with returncode 100.:
0: /opt/psa/admin/plib/Pum/Driver/Unix.php:161
Plesk\Pum\Driver_Unix->_exec(array)
1: /opt/psa/admin/plib/Pum/Driver/Unix.php:130
Plesk\Pum\Driver_Unix->checkRepositories()
2: /opt/psa/admin/plib/Pum/Driver/Unix.php:49
Plesk\Pum\Driver_Unix->updatePackagesCache()
3: /opt/psa/admin/plib/DailyMaintainance/Task/InstallSystemPackageUpdates.php:61
DailyMaintainance_Task_InstallSystemPackageUpdates->_update(boolean true)
4: /opt/psa/admin/plib/DailyMaintainance/Task/InstallSystemPackageUpdates.php:40
DailyMaintainance_Task_InstallSystemPackageUpdates->run(array)
5: /opt/psa/admin/plib/DailyMaintainance/Runner/Task.php:56
DailyMaintainance_Runner_Task->runTask(object of type DailyMaintainance_Task_InstallSystemPackageUpdates, array)
6: /opt/psa/admin/plib/DailyMaintainance/Runner/Task.php:31
DailyMaintainance_Runner_Task->run()
7: /opt/psa/admin/plib/DailyMaintainance/task-script.php:17
 
Thanks a lot Kaspar!!
I changed handler from fpm to fast-cgi and my website turned online afterwards!
Then should I keep the handler to fast-cgi?
You could, but the PHP-FPM handler is recommended. So you might want to switch back and see if that causes any issues.
 
Back
Top