It turns out very inconvenient, there are systems that do not work with apache, and there is no possibility to disable it, and turn on, for example, just something from
PHP-FPM
FastCGI
CGI
And what to do?, reinstall the whole system to, for example, remove apache for one domain?
By default Both Nginx and Apache2 are configured with PHP-FPM support and it should work out of the box.
Why do you want to use less Both FastCGI and CGI have been replaced by PHP-FPM as they offer the most performance…
PHP FastCGI Process Manager (PHP-FPM) is an alternative FastCGI daemon for PHP that allows a website to handle high loads. PHP-FPM maintains pools (workers that can respond to PHP requests) to accomplish this. PHP-FPM is faster than traditional CGI-based methods, such as SUPHP, for multi-user PHP environments.1
modphp is still used on very old Hestia installs it was default in Hestia 1.0.x time and before but after that we have switched to php-fpm for the default method mainly for the performance…