Cyberpanel: installation on Ubuntu and use

In this tutorial, I will explain how to install and use Cyberpanel on Ubuntu, after its installation we will see how to install WordPress. Cyberpanel overview In summary Cyberpanel is a web hosting management administration panel like Cpanel or Plesk. The particularity of Cyberpanel is to be based on the Web server (Open) LiteSpeed ​​which …

Read more



GLPI: installation on an Nginx server

Introduction In this tutorial, we will see step by step how to install GLPI on an Nginx / PHP / MariaDB server. Before you begin, you are going to need a web server with Nginx / PHP / MariaDB installed. If you need everything is explained in this tutorial: Ubuntu: install a web server – …

Read more



Ubuntu: install a web server – NGINX / PHP / MariaDB

In this tutorial, we will see how to install and configure a server in Ubuntu with the following components: Nginx PHP MariaDB I’ll also explain how to put phpmyadmin to administer the MariaDB server and how to configure vhosts. In this tutorial, we will not use the official repositories of the distribution, but the repositories …

Read more



PHP on IIS: Installation and Configuration

Icone IIS

Presentation In this tutorial, I will explain how: Install PHP on IIS Configure PHP with PHP Manager for IIS Website creation or vhost Run different PHP versions depending on the site Prerequisites For PHP implementation under IIS, you need a web server with the IIS service. A tutorial is available: Windows Server: IIS installation. PHP …

Read more



IIS: different PHP configuration per site

In this article, I explain how to customize the PHP directives for each of the sites on an IIS server. There are several more or less complex methods. I will introduce the one that for me seems the least restrictive, the use of PATH sections in the configuration of PHP. Configuration of the site in …

Read more