libssh2 is a client-side C library implementing the SSH2 protocol.
Continue reading “Install libssh2 for curl on DirectAdmin server”
libssh2 is a client-side C library implementing the SSH2 protocol.
Continue reading “Install libssh2 for curl on DirectAdmin server”
This guide let you learn how install the latest PHP version 7.4 on your CentOS system or your CentOS server on any VPS or any Dedicated hosting and configure it with Apache and Nginx.
Introduction
CentOS is a Linux distribution that provides a free, enterprise-class, community-supported computing platform functionally compatible with its upstream source, Red Hat Enterprise Linux (RHEL).
The Vesta Control Panel is a free, open source control panel with website, email, database, and DNS functionalities. In this tutorial you will upgrade the control panel PHP 5.6 to PHP 7.3 on CentOS server.
Continue reading “How to upgrade PHP 5.6 to PHP 7.3 on CentOS VestaCP”
The mcrypt extension is included in PHP 5.4 through PHP 7.1. It was removed from PHP 7.2 and moved to an unofficial PECL extension because the mcrypt library is no longer maintained.
Continue reading “Install mcrypt for PHP 7.2 / 7.3 on DirectAdmin server”
We are going to install OpenLiteSpeed on CentOS 7 / 6 server from LiteSpeed repository. OpenLiteSpeed is the open source edition of LiteSpeed Web Server Enterprise. Both servers are actively developed and maintained by the same team, and are held to the same high-quality coding standard. OpenLiteSpeed contains all of the essential features found in LiteSpeed Enterprise, and represents our commitment to support the Open Source community. It is recommended to use CentOS 7 / 6 for OpenLiteSpeed for stability.
Nginx [engine x] is free and open source high-performance web server. It also acts as a reverse proxy server, as well as. This page shows how to upgrade Nginx server on a CentOS 7. Continue reading “5 minute upgrade NGINX 1.12 to 1.17+ on CentOS 7 / RHEL 7”
LEMP (also known as LNMP) is a group of open-source software which enable a server to host dynamic websites and web applications. It consists of the Linux operating system, the (E)Nginx web server (which replaces the Apache component of a LAMP stack), the MySQL relational database management system, and the PHP programming language.
This tutorial shows how to install an Apache web server on CentOS 7 server with PHP (mod_php) and MySQL database. The acronym LAMP is short for Linux, Apache, MySQL, PHP.
This tutorial shows the installation of the latest PHP version 7.3 on CentOS 7.6 Continue reading “How to install Apache, PHP 7.3 and MySQL on CentOS 7.6 (LAMP)”
MySQL replication is a process that enables data from one MySQL database server (the master) to be copied automatically to one or more MySQL database servers (the slaves). Replication is asynchronous by default. Slaves do not need to be connected permanently to receive updates from the master. Depending on the configuration, you can replicate all databases, selected databases, or even selected tables within a database.
Continue reading “How to set up master slave replication in MySQL”
In this post I’ll show you how to upgrade PHP 7.0 to 7.2 in CentOS 7 Linux.
How To Upgrade PHP 7.0 to 7.2
For PHP 7.0 I’ve been using the Webtatic repository. This is a third party repository that allows me to install newer versions of PHP in CentOS 7.
Continue reading “How To Upgrade PHP 7.0 to 7.2 in CentOS 7 Linux”