WordPress knowledge sharing

WDCP panel V3.2 adds PHP version coexistence and one click SSL functions

Domestic webmasters are generally willing to use visual operating environments such as panels when using Linux servers. In the early years, they used foreign Linux panels. With the enrichment of domestic panels, we have many more optional domestic panels, such as WDCP, which is the leader of domestic panels. The WDCP panel, which has not been active for a long time, has finally been upgraded to version 3.2, which has added two functions that everyone eagerly expects. One is the coexistence of multiple PHP versions, and the other is the creation of a certificate for letsencrypt. Now let's practice the process of installing WDCP V3.2.

1、 Commands for installing WDCP version 3.2

yum install -y wget
wget https://dl.wdlinux.cn/files/lanmp_v3.2.tar.gz
tar zxvf lanmp_v3.2.tar.gz
sh lanmp.sh

The above command is installed as N+A by default, and the software version is nginx 1.8.1, apache-2.2.31,mysql-5.5.54,php-5.5.38,memcache,redis,zend。

This time I used Vultr The download time of the WDCP installation file line properly exceeded 2 hours and 46 minutes, so Lao Wei gave up the installation. He couldn't afford to wait, and was too lazy to bother the American VPS. Whether WDCP officials can consider placing more installation package lines at home and abroad, and give eye-catching prompts at obvious locations, which is beneficial to the expansion of WDCP's user base.

Take a look at the pagoda panel next door. The installation will be completed in 2 minutes, and the lnmp or lamp environment will be solved in dozens of minutes. In contrast, WDCP lags far behind in this respect.

Fortunately, WDCP has officially provided the installed background for testing version 3.2. Let's use this background to see the new features.

2、 WDCP supports multi php version settings

Since v3.2, wdcp supports the coexistence, sharing and switching of multiple PHP versions, which can be flexibly selected and used according to needs
The installation method is as follows:

wget https://down.wdlinux.cn/in/phps.sh
sh phps.sh

(Seven versions of PHP are supported, such as 5.2.17/5.3.29/5.4.45/5.5.38/5.6.30/7.0.18/7.1.4)

The default installation uses a version. You can install a version for or selectively, such as

sh phps.sh 7.1.4

You can install 7.1.4, and so on.

When you select the PHP version above, you can install whichever you need. Don't install all of them. You should know that many PHP versions are also memory hungry. After installation, check whether it is started, and then specify the PHP version to use when creating the site.

3、 WDCP supports one click subscription of letsencrypt certificate

Starting from v3.2.5, you can directly create and enable the letsencrypt certificate in the background. Using SSL/HTTPS is so simple. One click in the background is all right
(However, this creation needs to be connected to overseas servers, which will take a little longer, and different line bandwidths will also be different). By default, a certificate can only be bound to two domain names, a top-level domain name and a subdomain name. For example, when a site is created using vpss.net, the certificate will be automatically bound to vpss.net, www.vpsss.net.

See the following figure for the creation method. Click "C"

The validity period of the Letencryption certificate is three months. When it is nearly three months old, click Create once in the background. It's a pity that we can't renew automatically here.

In general, the two new features of WDCP version 3.2 are very powerful. It solves the problem of specifying the php version of certain programs for a long time, and also solves the problem of installing free SSL certificates. If you have such needs, you can consider upgrading and installing the WDCP panel.

Like( zero )
Article name: WDCP Panel V3.2 New Multi PHP Version Coexistence and One click SSL Functions
Article link: https://www.vpsss.net/2312.html
Copyright notice: The resources of this website are only for personal learning and exchange, and are not allowed to be reproduced and used for commercial purposes, otherwise, legal issues will be borne by yourself.
The copyright of the pictures belongs to their respective creators, and the picture watermark is for the purpose of preventing unscrupulous people from stealing the fruits of labor.