LAMP

A collection of tutorials on LAMP (Linux Apache MySQL and PHP) systems.

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 (page 2)

botond published 2019/06/21, p - 14:13 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 7 version of PHP and the phpMyAdmin web database management 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.

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.