Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 4873

Troubleshooting • Re: Using nginx,: installing php-fpm fails

$
0
0
Pi 4 running stock Bullseye 64-bit, it installs OK

Code:

sudo apt install php-fpm...Setting up php-fpm (2:7.4+76) ...Processing triggers for man-db (2.9.4-2) ...Processing triggers for php7.4-cli (7.4.33-1+deb11u6) ...Processing triggers for php7.4-fpm (7.4.33-1+deb11u6) ...
And seems to be running OK

Code:

 sudo systemctl status php7.4-fpm● php7.4-fpm.service - The PHP 7.4 FastCGI Process Manager     Loaded: loaded (/lib/systemd/system/php7.4-fpm.service; enabled; vendor preset: enabled)     Active: active (running) since Sun 2024-11-10 14:42:13 GMT; 2min 56s ago       Docs: man:php-fpm7.4(8)    Process: 8701 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/7.4/fpm/pool.d/www>   Main PID: 8698 (php-fpm7.4)     Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"      Tasks: 3 (limit: 1599)        CPU: 140ms     CGroup: /system.slice/php7.4-fpm.service             ├─8698 php-fpm: master process (/etc/php/7.4/fpm/php-fpm.conf)             ├─8699 php-fpm: pool www             └─8700 php-fpm: pool wwwNov 10 14:42:13 pi systemd[1]: Starting The PHP 7.4 FastCGI Process Manager...Nov 10 14:42:13 pi systemd[1]: Started The PHP 7.4 FastCGI Process Manager.

Statistics: Posted by neilgl — Sun Nov 10, 2024 2:46 pm



Viewing all articles
Browse latest Browse all 4873

Trending Articles