when clicking on the “server settings” icon ( /list/server/ )
I see that php8.2-fpm always has an uptime of 0 minutes.
any idea why that is? is that normal?
the only website on the server is using php8.2.
hi for me its working fine
● php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/php8.2-fpm.service; enabled; preset: enabled)
Active: active (running) since Mon 2023-08-14 22:52:03 UTC; 3 days ago
Docs: man:php-fpm8.2(8)
Process: 1057 ExecStartPost=/usr/lib/php/php-fpm-socket-helper install /run/php/php-fpm.sock /etc/php/8.2/fpm/pool.d/www.conf 82 (code=exited, status=0/SUCCESS)
Main PID: 789 (php-fpm8.2)
Status: "Processes active: 0, idle: 0, Requests: 17025, slow: 0, Traffic: 0req/sec"
Tasks: 2 (limit: 9173)
Memory: 161.5M
CPU: 17min 54.823s
CGroup: /system.slice/php8.2-fpm.service
├─ 789 "php-fpm: master process (/etc/php/8.2/fpm/php-fpm.conf)"
└─524709 "php-fpm: pool xxxxxxxx.com"
Aug 14 22:52:03 systemd[1]: Starting php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager...
Aug 14 22:52:03 systemd[1]: Started php8.2-fpm.service - The PHP 8.2 FastCGI Process Manager.
you need to take a look of php-fpm log and journalctl if you get any error there. also try to increase the pool configs by creating a php-fpm template.