CyberPanel-基于OpenLiteSpeed的主机面板部署教程
一、CyberPanel介绍
OpenLiteSpeed 是著名的 LiteSpeed Server(简称 LSWS) 的开源版本,(相对 Apache Httpd)拥有非常多的优异特性,最重要的就是 SAPI 方式驱动的 PHP 即 LSPHP/php-litespeed 性能比 php-fpm 更好,还有就是 LSCache 了,能够轻松为 WordPress、Woocomare、XenForo、Joomla、Mediawiki 等软件,要知道 Nginx/OpenResty 优化方式对其他软件的支持是比较少的。
- 官网部署教程:https://cyberpanel.net/docs/installing-cyberpanel/
- LLStack和OLStack:http://www.llstack.com/
- OpenLiteSpeed 知识库:https://openlitespeed.org/kb/?utm_source=Open&utm_medium=WebAdmin
二、CyberPanel部署教程
【注】本次部署环境Centos7.x
2.1 关于DNS
由于cyberpanel自动部署脚本会篡改主机DNS地址,即篡改为1.1.1.1和8.8.8.8(Google DNS无法在国内使用),所以国内部署的话,需要使用VPN,且无法使用内网YUM仓库和内网DNS服务器。
2.2 外网YUM源准备
(1)移除默认YUM源
[root@10-7-15-41 ~]# cd /etc/yum.repos.d/ [root@10-7-15-41 yum.repos.d]# mv * /mnt/
(2)下载163 yum源
[root@10-7-15-41 yum.repos.d]# wget http://mirrors.163.com/.help/CentOS7-Base-163.repo
2.3 执行litespeed脚本
[root@10-7-15-41 ~]# sh <(curl https://cyberpanel.net/install.sh || wget -O - https://cyberpanel.net/install.sh)
三、CyberPanel效果演示
3.1 部署成功信息返回
3.2 访问web页面
https://101.36.112.6:8090/rainloop/?admin
作者:UStarGao
链接:https://www.starcto.com/open-sourcing/221.html
来源:STARCTO
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。
UCloud云平台推荐
随便看看
- 2022-01-14Docker镜像加速配置
- 2021-09-04Linux磁盘UUID冲突解决方案
- 2021-07-03MySQL安全插件-密码复杂度+密码过期策略+登录失败处理
- 2021-03-03MongoDB安装部署与可视化
- 2022-07-04Linux使用systemctl启动服务报错: Error:No space left on device