FastCGI

How to install PHP-FPM on a Debian 8 (Jessie) LAMP server (page 2)

botond published 2019/03/24, v - 12:54 time
Mod_php, the default way to run PHP, is outdated and has more modern and secure solutions. In this tutorial, we will install and configure the PHP-FPM (PHP FastCGI Process Manager) server API on an existing Debian 8 (Jessie) + Apache-based LAMP server. On this page, you will learn how to use POOLs to run each web site as a separate user and with PHP settings.

How to install PHP-FPM on a Debian 8 (Jessie) LAMP server

botond published 2019/03/24, v - 12:50 time
Mod_php, the default way to run PHP, is outdated and has more modern and secure solutions. In this tutorial, we will install and configure the PHP-FPM (PHP FastCGI Process Manager) server API on an existing Debian 8 (Jessie) + Apache-based LAMP server. On this page, after installing PHP-FPM, we make the PHP process manager live with a simple global configuration.

How to install PHP 5.6.40 as an optional version on a Debian 9 (Stretch) perfect server (page 2)

botond published 2019/02/19, k - 01:10 time
On the first page of the description, we have installed a version of PHP 5.6.40 as an optional version of PHP for the Debian 9 (Stretch) based perfect server, which will be available in FastCGI and PHP-FPM modes. On this page of the description, we make the subsequent settings of the installed PHP system and add them to the optional PHP versions in the ISPConfig3 control panel.

How to install PHP 5.6.40 as an optional version on Debian 9 (Stretch) perfect server

botond published 2019/02/19, k - 01:08 time
The Debian 9 (Stretch) distribution includes PHP version 7.0 by default. The main versions of PHP are not fully compatible with each other, so it is often the case that web pages running on the server require a newer or even older version of PHP. In this description, we install the current latest version of PHP 5.6, 5.6.40, as an optional PHP version for a Debian 9 (Stretch) -based perfect server, which can then be run in FastCGI and PHP-FPM modes. This will allow it to be used for websites in addition to the default version of PHP in the distribution. On this page, we prepare the requirements for compiling the source code for PHP 5.6, and then compile and install PHP.