UserDir

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 enable external access to user web directories in Apache2

botond published 2019/02/12, k - 21:30 time
User web directories allow us to provide temporary access to our customers to access their websites until the domain name they have purchased is directed to them. During this time, we can also make the websites available so that the development work can go smoothly before the website is opened.