An important function that has never been added "Handler PHP "

Good afternoon, we recently migrated sites and noticed that there are no critical functions in your panel:

1 - PHP handler
Mode of operation
Apache module (does not support changing the PHP version)
PHP-FPM
FastCGI
CGI

I think such functions are needed immediately in editing a domain or account.

Hestia support both Modphp and PHP-FPM

It can be only selected by install as modphp requires to run under prefork and PHP-FPM runs optimal under event server…

So I don’t see any problem?

1 Like

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

PHP FastCGI Process Manager - PHP-FPM | cPanel & WHM Documentation(PHP,for%20multi%2Duser%20PHP%20environments.

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…

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.