PHP-FPM initialization failed

vidit.kamal

New member
SYSTEM INFORMATION
OS type and versionUbuntu 22.04.2
Virtualmin version7.7

I have various PHP installed in my server and every PHP there are websites attached to it, but some of the PHP-FPM are failed to initialize and FPM server is not running right now.

9aa916c7a9763d56b3bcb6717f8fa8657e9a6ba4_2_1035x211.png

and when I try to run PHP8.1-FPM from terminal, it gives error

7b5aaa61a6d9f3a0e5b13200e39c5b19bd4bda0b.png

6cfaa288d181532e5e616b94fe94386d50fd8b23_2_1035x325.png
 
Last edited:
I'm not a pro on this but I know you can run separate fpms for different versions of php.
You can install php7.4-fpm for php 7.4 and that will create a separate socket on /run/fpm-7.4.socket
Then you can direct that specifik server to listen on that socket specifically.
 
Back
Top