I just created a server with Ubuntu 18.04 and PHP 7.3
But when I check if my server is using PHP-FPM, I realize that not. However, it is well activated.
ubuntu@www-example-com:~$ sudo systemctl status php7.3-fpm
● 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 Sat 2020-03-07 13:12:45 CET; 3min 22s ago
Docs: man:php-fpm7.3(8)
Process: 19779 ExecStopPost=/usr/lib/php/php-fpm-socket-helper remove /run/php/php-fpm.sock /etc/php/7.3/fpm/pool.d/www.conf 73 (code=exit
Process: 19803 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=ex
Main PID: 19781 (php-fpm7.3)
Status: "Processes active: 0, idle: 2, Requests: 0, slow: 0, Traffic: 0req/sec"
Tasks: 3 (limit: 2303)
CGroup: /system.slice/php7.3-fpm.service
├─19781 php-fpm: master process (/etc/php/7.3/fpm/php-fpm.conf)
├─19800 php-fpm: pool www
└─19802 php-fpm: pool www
Mar 07 13:12:45 www-example-com systemd[1]: Stopped The PHP 7.3 FastCGI Process Manager.
Mar 07 13:12:45 www-example-com systemd[1]: Starting The PHP 7.3 FastCGI Process Manager...
Mar 07 13:12:45 www-example-com systemd[1]: Started The PHP 7.3 FastCGI Process Manager.
But the report shows: Server API: Apache 2.0 Handler