使用一键安装包与面板还是有很多的不同的,比如我们建站的时候需要用到SSH命令添加站点,如果有需要添加FTP用户管理也有需要用到SSH脚本,而如果使用WEB面板只需要在面板后台可视化操作。既然选择使用LLSMP一键包肯定是有其优点和好处的,不论从安全还是从资源的利用率是优于WEB面板的。
LLSMP相关内容:
LLsMP一键网站环境安装教程 附Centos/Debian/Ubuntu安装包下载
LLsMP一键包教程 – 创建站点、数据库、搭建WordPress程序且设置伪静态
但是,不同的一键包有不同的使用命令,在这篇文章中,蜗牛就分享和整理LLSMP一键包使用的命令。
文章目录
隐藏
A – 常用组件安装
B – 常用命令
C – LLsMP常用文件目录
A – 常用组件安装
如果有需要下面组件的,可以单独安装
安装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
B – 常用命令
创建新站点 : 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
C – 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一键包命令,有需要解决问题的时候可以参考。