As a general VPS user, it is possible to use the LNMP (linux+nginx+mysql+php) or the LLSMP (linux+litespeed+mysql+php) architecture as our VPS build system environment. Each environment has its own characteristics, such as the use of LNMP processing front-end HTML page Nginx has a strong advantage, less resources. Litespeed If you process the back-end code of a dynamic page, the efficiency is certainly much higher than the nginx. At this point, we can use nginx processing front-end, plus litespeed processing back-end, at the same time operation. Can further improve the effectiveness of our VPS.
Let's start with the LLNMP (linux+litespeed +nginx+mysql+php) installation tutorial.
As a first step, we log on to the VPS that we have installed the CentOS or Debian system, login with SSH, and then download a key installation package from the LLNMP official website.
wget http://vpssh.org/soft/llnmp-0.1.tar.gz
The second step, after downloading the decompression and installation;
Tar zxvf llnmp-0.1.tar.gz
SH llnmp.sh
The third step, as with other systems, if we have installed LLSMP is more familiar with, we need to enter their own management mailbox, you can not enter the default, and then is to prompt us to enter litespeed username and database password, The default is admin and admin123. Then you wait a few minutes to install after the carriage return.
After the installation is successful, you will see the following successful interface.
Through the above three steps, we can easily install our VPS host LLNMP station environment, start our new construction station tour.
This article original from: http://www.idcxen.com (global host Comment Network), reprinted annotated source.