I installed a custom PHP version in order to be able to use PHP parallel extension.
After the installation, the service was missing, so I set it up by copying
plesk-php82-fpm.service and the directory plesk-php82-fpm.service.d/
I then registered the new PHP version according to this article
At first it seemed to work like a charm but then I got 503 errors when visiting the website.
I started to observe the /php-fpm.d/ directory of the new php version. After assigning a domain to the new php version in plesk backend, two config files appear:
The service status is:
But after about one minute the config files disappear and the status of the service goes to the failed state :
I have no idea on how I analyse or fix this.
Neither
, nor the php82-fpm.log errorlog show a related error (except for
)
Any hints on how to investigate this are greatly welcome!
After the installation, the service was missing, so I set it up by copying
plesk-php82-fpm.service and the directory plesk-php82-fpm.service.d/
I then registered the new PHP version according to this article
At first it seemed to work like a charm but then I got 503 errors when visiting the website.
I started to observe the /php-fpm.d/ directory of the new php version. After assigning a domain to the new php version in plesk backend, two config files appear:
Code:
mydomain.de.conf
plesk-service.localdomain.conf
The service status is:
Code:
● php82-fpm.service - The PHP 8.2 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php82-fpm.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/php82-fpm.service.d
└─limit_nofile.conf, respawn.conf
Active: activating (start) since Sun 2023-04-09 15:36:02 CEST; 1min 17s ago
Main PID: 21759 (php-fpm)
Tasks: 1 (limit: 105)
CGroup: /system.slice/php82-fpm.service
└─21759 php-fpm: master process (/etc/php8z/etc/php-fpm.conf)
Apr 09 15:36:02 h2891136.stratoserver.net systemd[1]: Starting The PHP 8.2 FastCGI Process Manager...
But after about one minute the config files disappear and the status of the service goes to the failed state :
Code:
● php82-fpm.service - The PHP 8.2 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php82-fpm.service; enabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/php82-fpm.service.d
└─limit_nofile.conf, respawn.conf
Active: failed (Result: exit-code) since Sun 2023-04-09 15:37:34 CEST; 3min 23s ago
Main PID: 17614 (code=exited, status=78)
[09-Apr-2023 15:37:33] ERROR: No pool defined. at least one pool section must be specified in config file
I have no idea on how I analyse or fix this.
Neither
Code:
/var/log/sw-cp-server/sw-engine.log
Code:
ERROR: No pool defined. at least one pool section must be specified in config file
Any hints on how to investigate this are greatly welcome!