LLsMP — Linux + Litespeed + MySQL + PHP 一键安装包

2011年11月22日 | 分类: 搭建博客 | 标签: , , ,

LLsMP 是Linux + Litespeed + MySQL + PHP 的简称,意思就是在Linux 系统上配置Litespeed网页伺服器、MySQL数据伺服器与PHP的一键安装包。 只需执行几个简单的命令,LLsMP一键安装包就会帮您自动执行安装以及配置,免除繁复、琐碎的过程。

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

LLsMP除了帮你一键配置Litespeed网页伺服器 + MySQL + PHP外,还提供多项优化伺服器的扩展,包括eAccelerator,Zend Optimizer和ionCube Loader,以及Google Performace Tools、舒缓Litespeed并发的Nginx前端扩展和vsftpd等等。

安装命令:

测试平台: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

常见问题http://llsmp.org//常見問題?variant=zh-hans

使用教学http://llsmp.org/category/usage?variant=zh-hans

官网:http://llsmp.org/

项目:http://code.google.com/p/llsmp/

本文原始地址http://igfw.net/archives/6489

目前还没有任何评论.