PHP程序员站--PHP编程开发平台
 当前位置:主页 >> PHP基础 >> 基础文章 >> 

Llsmp是什么

Llsmp是什么

来源:phperz.com  作者:phper  发布时间:2012-05-30
LLsMP的意思 LLsMP 是Linux + Litespeed + MySQL + PHP 的简称,意思就是在Linux 系统上配置Litespeed网页伺服器、MySQL数据伺服器与PHP的一键安装包。 只需执行几个简单的命令,LLsMP一键安装包就会帮您自动执行安装以及配置,免除繁复、琐碎的过程。 LLsMP的好处 LLs

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

安装更多附加组件:
安装eAccelerator : sh /root/llsmp/eaccelerator.sh
安装Zend Optimizer : sh /root/llsmp/zend_optimizer.sh
安装ionCube Loader : sh /root/llsmp/ioncube.sh
安装Google Performace Tools : sh /root/llsmp/perftools.sh
安装FTP(vsftpd) : sh /root/llsmp/vsftpd.sh
安装Nginx前端 : sh /root/llsmp/nginx.sh

LLsMP相关管理命令:
创建Litespeed虚拟主机 : sh /root/llsmp/vhost.sh
添加FTP账号 : sh /root/llsmp/vsftpd.sh
重要!虚拟主机权限修正: chown -R nobody:nobody /home/wwwroot/域名/html
创建Nginx虚拟主机 : sh /root/llsmp/nginx.sh
备份指令 : sh /root/llsmp/backup.sh
重启Litespeed : /etc/init.d/lsws restart
重启MySQL : /etc/init.d/mysql(d) restart
重启Nginx : /etc/init.d/nginx restart

LLsMP常用目录:
Litespeed管理后台 : http://{ip}:7080
phpMyAdmin : http://{ip}/phpmyadmin/
php.ini目录 : /usr/local/lsws/lsphp5/lib/php.ini
MySQL配置文件my.cnf : /etc/my.cnf (Centos) | /etc/mysql/my.cnf (Debian/Ubuntu)
Nginx配置目录: /etc/nginx/nginx.conf 及 /etc/nginx/conf.d/下
虚拟主机目录: /home/wwwroot
LLsMP安装日志: /root/llsmp/install.log

Llsmp官方:llsmp.org


延伸阅读:
什么是LAMP?
4步用XAMPP快速搭建LAMP环境
推荐 9 款 LAMP 快速安装套件
6个PHP环境安装套件:快速安装LAMP环境
Tags: Llsmp  
最新文章
推荐阅读
月点击排行榜
PHP程序员站 Copyright © 2007-2010,PHPERZ.COM All Rights Reserved 粤ICP备07503606号