Apache

Az Apache web server related articles, tutorials collection

Multi-Processing Modules (MPMs)

botond published 2019/10/22, k - 19:40 time
Apache Multi-Processing Modules (MPMs) Introduction to Encyclopedia: Apache's modular architecture allows the server to contain a variety of modules that can more efficiently handle incoming requests by running multiple child processes. These modules are called Multi-Processing Modules (MPMs).

New features and changes to the Debian 10 (Buster) operating system

botond published 2019. 10. 21., h - 12:30 time
A Debian 10 (Buster) 2019. released on July 6, which again has many new features compared to its predecessor. In this article, I summarize what's new and changed from Debian's 10 (Buster) Linux operating system over its predecessor.

How to install newer PHP versions on our Debian 9 (Stretch) LAMP server in PHP-FPM mode

botond published 2019/09/28, Sat - 23:39 time
The official repository for Debian 9 (Stretch) has PHP 7.0.x, which is a bit out of date, and you won't receive any updates. Therefore, we may need newer versions if we run live websites, but we can even expand our test environment. In this description, we will conveniently install several versions of PHP using the deb.sury.org external repository, which can be run side-by-side on our Debian-based servers using the PHP-FPM server API.

How to install Matomo (formerly Piwik) web analytics software on our Apache server

botond published 2019/09/01, v - 16:01 time
In this tutorial, we will install Matomo (formerly Piwik) web analytics system on an existing server, which will then provide us with detailed statistics on visitor traffic to websites running on the server. First, we create the database, storage, and configure the Apache for the system ...

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.