ISPConfig 3.2 Installation Tutorial CentOS Install ISPConfig Virtual Host Panel

ISPConfig 3.2 is an excellent virtual host management panel. Teach you how to install ISPConfig on CentOS. ISPConfig 3.2 is a very excellent VPS host control panel abroad. ISPConfig is free and open source and has been continuously developed for several years. Currently, ISPConfig 3 can be installed on all major Linux operating systems and supports one-click installation, including A…

Google Cloud Google Cloud Server Configuration LNMP Environment PHP+Mysql+Nginx Installation Detailed Explanation

Google Cloud Server Configuration If you want to do your job well, you must first sharpen your tools. Sharpening the knife makes the work easier. First build the server LNMP environment, then build the web site. Without a good PHP environment, there will be more trouble later. I have talked about manually installing and deploying the PHP environment before. Today, I will talk about how to use the dnf command on the Google Cloud Server to manually install the PHP+Mysql+Nginx environment without using a third-party panel.

Install and set up Apache2.4.41 web server under Centos7

The Apache HTTP Server Project is pleased to announce the release of Apache HTTP Server version 2.4.41 ("Apache" and "httpd"). This version of Apache is the latest GA release of the new generation 2.4.x branch of Apache HTTPD, represents fifteen years of innovation in the project, and is therefore recommended over all previous versions!

Example of installing GD library in PHP7

The above command will install the gd library extension. Check the phpinfo page to see if GD is supported.
However, if the PHP version is installed manually, installing the GD extension is quite troublesome. After several big pits, I have found a simpler way.

Detailed steps and website configuration for installing Nginx1.17.8 on CentOS7

If you have not configured the initial environment of the centos system, you need to manually install the packages required by Nginx. Some modules of nginx rely on some lib libraries, so before installing nginx, you must first install these lib libraries: including PCRE regular expressions, secure socket layer password libraries, and some common software packages, etc.