Web Server

Installing Debian 9 (Stretch) LAMP Server v1.0

botond published 2019/06/21, p - 14:10 time
In this tutorial, we build a simple LAMP (Linux, Apache, MySQL / MariaDB, PHP) server based on Debian 9 (Stretch), which can be used to run web pages or even be a great tool for web developers. This page will install the MariaDB database management system and the Apache web server.

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 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.

Installing Debian 8 (Jessie) LAMP Server v1.0

botond published 2019/02/09, Sat - 01:50 time
Here we install a LAMP server for Debian 8 (Jessie), which contains the following components: Apache 2.4, MySQL 5.5, PHP 5.6 and phpMyAdmin 4.2.12. We will provide this installation with an 1.0 version number, as we will be upgrading it later.

Apache HTTP Server

botond published 2018/07/17, k - 20:47 time
An introduction to Apache HTTP Server in the Encyclopedia