• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue PHP 7.4 application is not working either in FAST CGI or PHP-FPM

subd

New Pleskian
Server operating system version
Ubuntu 22.04
Plesk version and microupdate number
Plesk Obsidian v18.0.47_build1800221020.08 o
Hi,

I'm having trouble with new Plesk install on an Ubuntu VPS:

Plesk Obsidian v18.0.47_build1800221020.08 os_Ubuntu 22.04

PHP 7.4 application is not working either in FAST CGI or PHP-FPM

For PHP-FPM, the following errors are in the apache log:
2022-11-08 10:40:18ErrorAH01067: Failed to read FastCGI headerApache error
2022-11-08 10:40:18Error(104)Connection reset by peer: AH01075: Error dispatching request to :

And this error is in the syslog:

server2 kernel: [8381139.650887] php-fpm[3421744]: segfault at 7fd869744288 ip 00007fd8660b6770 sp 00007ffd13babea8 error 4 in ioncube_loader_lin_7.4.so[7fd866000000+145000]
 
segfault error 4 means that Ioncube Loader is trying to access a memory area that it is not supposed to access or that the requested area does not exist at all. Was Ioncube loader and the PHP version that you are using installed separately? In that case it might need an update or reinstallation. If it was installed with PHP by Plesk, I suggest to remove both, the loader and the PHP version and reinstall it through Plesk.
 
Not sure when Ioncube was installed, all I did was add PHP7.4 through the server management/plesk installer
 
Back
Top