文章摘自 http://llsmp.org/
LLsMP的意思
LLsMP 是Linux + Litespeed + MySQL + PHP 的简称,意思就是在Linux 系统上配置Litespeed网页伺服器、MySQL数据伺服器与PHP的一键安装包。 只需执行几个简单的命令,LLsMP一键安装包就会帮您自动执行安装以及配置,免除繁复、琐碎的过程。
LLsMP的好处
LLsMP的好处就是采用了Litespeed网页伺服器,处理动态效能上比Nginx优朥,也比Nginx、Apache等网页伺服器省资源,非常适合少内存的伺服器。除此之外,LLsMP完全兼容Apache的mod_rewrite和.htaccess,免除像Nginx般需转换Rewrite规则的烦恼。
LLsMP的扩展
LLsMP除了帮你一键配置Litespeed网页伺服器 + MySQL + PHP外,还提供多项优化伺服器的扩展,包括eAccelerator,的Zend Optimizer和ionCube Loader,以及Google Performace Tools、舒缓Litespeed并发的Nginx前端扩展和vsftpd等等。
LLsMP 0.6 正式版发布
更新说明:
1.修正nginx前端安装脚本
2.加入PHP 5.3安装版本
测试平台:CentOS 5/6 , Debian 5/6 , Ubuntu 10/11
安装命令:
安装PHP5.3版本完成之后要手动启动一下MYSQL
/etc/init.d/mysql start
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