LLsMP is short for Linux + Litespeed + MySQL + PHP, which means to configure one-click installation packages for Litespeed web server, MySQL Data Server, and PHP on Linux. You only need to execute a few simple commands. The one-click installation package of LLsMP will help you automatically execute the installation and configuration, avoiding complicated and trivial processes.
The benefit of LLsMP is that Litespeed web server is used, which provides better dynamic processing efficiency than Nginx, and saves resources than Nginx, Apache, and other Web servers. It is very suitable for servers with less memory. In addition, LLsMP is fully compatible with Apache mod_rewrite and. htaccess, saving you from the trouble of converting Rewrite rules like Nginx.
In addition to configuring Litespeed Web servers + MySQL + PHP with one click, LLsMP also provides extensions for multiple optimized servers, including eAccelerator, Zend Optimizer, and ionCube Loader, as well as Google parse Mace Tools, Nginx frontend extensions that ease Litespeed concurrency, and vsftpd.
Test Platform: CentOS 5/6, Debian 5/6, and Ubuntu 10/11
LLsMP 0.6 official version released
Installation command:
Start MYSQL manually after PHP5.3 is installed.
/etc/init.d/mysql start
One-click installation package for CentOS:
PHP5.2
wget http://llsmp.googlecode.com/files/llsmp0.6_centos.tar.gz;tar zxvf llsmp0.6_centos.tar.gz;cd centos;sh install.sh
PHP5.3
wget http://llsmp.googlecode.com/files/llsmp0.6_centos.tar.gz;tar zxvf llsmp0.6_centos.tar.gz;cd centos;sh install.sh php5.3
Debian one-click installation package:
PHP5.2
wget http://llsmp.googlecode.com/files/llsmp0.6_debian.tar.gz;tar zxvf llsmp0.6_debian.tar.gz;cd debian;sh install.sh
PHP5.3
wget http://llsmp.googlecode.com/files/llsmp0.6_debian.tar.gz;tar zxvf llsmp0.6_debian.tar.gz;cd debian;sh install.sh php5.3
Ubuntu one-click installation package:
PHP5.2
wget http://llsmp.googlecode.com/files/llsmp0.6_ubuntu.tar.gz;tar zxvf llsmp0.6_ubuntu.tar.gz;cd ubuntu;sh install.sh
PHP5.3
wget http://llsmp.googlecode.com/files/llsmp0.6_ubuntu.tar.gz;tar zxvf llsmp0.6_ubuntu.tar.gz;cd ubuntu;sh install.sh php5.3