Debian 9
IMSCP latest
PHPswitcher latest
I have setup PHPswitcher as Packaged PHP versions PHP7.1 system default, added PHP7.0, 7.2 and 7.3, after a reboot or restart of PHP versions I get an EXEC spawning error ... any idea?
Code
- service php7.3-fpm status
- ● php7.3-fpm.service - The PHP 7.3 FastCGI Process Manager
- Loaded: loaded (/lib/systemd/system/php7.3-fpm.service; enabled; vendor preset: enabled)
- Active: active (running) since Wed 2020-04-01 12:58:57 CEST; 12min ago
- Docs: man:php-fpm7.3(8)
- Process: 1161 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exited, status=203/EXEC)
- Main PID: 1056 (php-fpm7.3)
- Status: "Processes active: 0, idle: 0, Requests: 0, slow: 0, Traffic: 0req/sec"
- Tasks: 1 (limit: 4915)
- CGroup: /system.slice/php7.3-fpm.service
- └─1056 php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf)
- Apr 01 12:58:56 host1 systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
- Apr 01 12:58:57 host1 systemd[1161]: php7.3-fpm.service: Failed at step EXEC spawning /usr/lib/php/php-fpm-socket-helper: No such file or directory
- Apr 01 12:58:57 host1 systemd[1]: Started The PHP 7.3 FastCGI Process Manager.