LiteSpeed是一个优秀的轻量级服务器,在前些年曾经很受欢迎,一方面兼容Apache的伪静态规则,另一方面还提供了方便的web界面,微魔也曾经在很早的文章里介绍过(传送门)后来由于开源的大势所趋(以及Nginx的盛行等原因),推出了开源的版本,即OpenLiteSpeed,关于这个服务器的安装,官方提供了名为ols1clk
的一键安装脚本,可自动安装OpenLiteSpeed和Wordpress,另外,也有网友提供了更为便携的安装脚本,但仅支持CentOS 7,本文就简单介绍一下来自网友的这个脚本。
CentOS下的OpenLiteSpeed一键安装脚本
GitHub地址:https://github.com/tujuhion/openlitespeed-centos-autoinstall
安装的内容包括:
- Openlitespeed web server
- ProFTPD
- MariaDB 10.2
- PHP 7.2
- PHPMyAdmin 4.8.2
- 启动|重启|停止|重载OpenLitespeed服务器的脚本
- 创建虚拟主机的脚本
使用方法:
- 安装:
bash <( curl -k https://raw.githubusercontent.com/tujuhion/openlitespeed-centos-autoinstall/master/install.sh )
- 创建用户:
/usr/local/lsws/admin/misc/admpass.sh
或lsws admin
- OpenLiteSpeed管理面板:
https://服务器ip或域名:7080
- PHPMyadmin面板:
https://服务器ip或域名:8090
- 管理命令(start|stop|restart|reload):
lsws start
- 创建主机:
/scripts/lscreate
- 创建Let’s Encrypt Certificate安全证书:
/scripts/certbot