LLsMP是Linux+Litespeed+MYSQL+PHP的简称,意思就是在Linux的系统上配置的Litespeed,MySQL与PHP的一键安装包。LLsMP支持Centos 5/6、Debian 5/6、 Ubuntu 10/11。

LLsMP的好处就是采用了Litespeed,处理动态上比Nginx优秀,也比Nginx、Apache等网页服务器省资源,非常适合小内存的VPS。除此之外,LLsMP完全兼容Apache的mod_rewrite和.htaccess,免除像Nginx般需转换Rewrite规则的烦恼。

安装命令:

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:
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:
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

注意安装PHP5.3版本完成之后要手动启动一下MYSQL
/etc/init.d/mysql start

安装完成后,就可以使用http://IP:7080登陆LiteSpeed轻松地创建虚拟主机,LLsMP还有很多扩展,可以方便地安装FTP等组件