centos7

uzbox-20230809-pabqv

ISPConfig 3.2 installation tutorial Centos installation ISPConfig virtual host panel

ISPConfig 3.2 is an excellent virtual host management panel that teaches 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 basically be installed on any Linux system. A large operating system that supports one-click installation, including Apache2 and nginx, Postfix, Dovecot, PureFTP...

2020042707353471

Google Cloud Google cloud server configuration LNMP environment PHP+Mysql+Nginx installation details

If you want to do your job well in Google Cloud server configuration, you must first sharpen your tools and sharpen your tools before chopping firewood. You must first set up the server LNMP environment and then build the web website. Without a good PHP environment, there will be more troubles later. I have talked about manually installing and deploying the PHP environment before. Today I will talk about the configuration method of using the dnf command on the Google Cloud Server to manually install the PHP+Mysql+Nginx environment without using a third-party panel.
2020042707362430

Apache2.4x supports PHP access, solving the problem of garbled downloads when accessing PHP!

How does Apache2.4x support php access? Apache2.4x installed by default does not support PHP access. You need to modify it step by step before you can access the PHP file. First of all, the first step to confirm is whether the interactive parameters of apache are added when installing php. –with-apxs2=/usr/local/apache2/bin/apxs There is basically no problem with yum installation. What happens here is what happens when PHP is installed manually. Open phpinfo and see if apa is used...

2020042707382543

Install and set up Apache2.4.41 website server under Centos7

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

Example of installing GD library in PHP7

The above command installs the extension of the gd library. Go and take a look at the phpinfo page. Is it supported by GD? However, if it is a manually installed PHP version, installing the GD extension is quite troublesome. After going through several pitfalls, I have now found a simpler way.
2020040414332729

The fastest way for you to understand what Nginx is

Nginx is a lightweight web server and reverse proxy server. Because of its small memory footprint, extremely fast startup, and high concurrency capabilities, it is widely used in Internet projects. Architecture diagram The above figure basically illustrates the current popular technical architecture, in which Nginx is a bit like an entry gateway. Reverse proxy server? I often hear people talk about some terms, such as reverse proxy, so what is a reverse proxy and what is a forward proxy?
2020040414332836

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 software packages required by Nginx. Some modules of nginx depend on some lib libraries, so before installing nginx, you must install these lib libraries: including PCRE regular expressions, secure socket layer cryptographic libraries, and some common software packages, etc.