OpenLiteSpeed 是一个高性能、开源的 Web 服务器,专为现代 Web 应用和网站设计,特别适用于动态内容的处理。它支持 HTTP/3 和 QUIC 协议,并与 LiteSpeed 的商业版本共享许多核心技术。OpenLiteSpeed 提供了强大的性能优化功能,如内置的缓存机制、支持 PHP、Python 和 Ruby 等动态语言的处理,以及对 SSL/TLS 加密的高效支持。
这里我们介绍在CentOS中部署OpenLiteSpeed。
要求:Centos7、2GB内存及以上
1、安装
SSH下,root用户:
bash <( curl -k https://raw.githubusercontent.com/tujuhion/openlitespeed-centos-autoinstall/master/install.sh )
2、web管理
创建管理密码
lsws admin
或
/usr/local/lsws/admin/misc/admpass.sh
访问:https://yourhostorip:7080
3、PHPMyadmin管理
访问:https://yourhostorip:8090
密码存放在:/root/.MariaDB
4、创建主机
/scripts/lscreate
5、安装Let's Encrypt免费SSL证书
/scripts/certbot
6、管理面板
lsws start|stop|restart|reload
本文出处:老蒋部落 » 记录在CentOS系统中快速部署OpenLiteSpeed | 欢迎分享( 公众号:老蒋朋友圈 )