银河麒麟kylin_v10安装OpenLiteSpeed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了银河麒麟kylin_v10安装OpenLiteSpeed相关的知识,希望对你有一定的参考价值。

系统版本:kylin v10 sp2

1.更新yum源

[root@localhost ~]#wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-vault-8.5.2111.repo
sed -i s/$releasever/8-stream/g /etc/yum.repos.d/CentOS-Base.repo
rpm -e --nodeps kylin-release
yum install epel-release
yum clean all
yum makecache

2.更新litespeed yum源

wget -O a.sh https://repo.litespeed.sh
sed -i s/oracle/kylin/g a.sh
sed -i /$(echo $REPO_VER | cut -c1-1)/8/g a.sh
bash a.sh

银河麒麟kylin_v10安装OpenLiteSpeed_kylin

3.安装openlitespeed

yum install openlitespeed

银河麒麟kylin_v10安装OpenLiteSpeed_sed_02

4.启动litespeed

运行​​systemctl start lsws​​​ 来启动服务,(使用​​systemctl stop lsws​​来停止服务)

一个简单的web服务就运行成功了。

在浏览器输入 ​​http://[address]:8088/​​​来访问web, ​​[address]​​​是主机ip或者域名。 使用 ​​localhost​​​进行本机访问, OpenLiteSpeed默认运行的端口是​​8088​​.

银河麒麟kylin_v10安装OpenLiteSpeed_sed_03

openlitespeed管理端端口7080

银河麒麟kylin_v10安装OpenLiteSpeed_CentOS_04

OpenLiteSpeed的安装目录是 ​​/usr/local/lsws​​​. 默认的admin的密码是随机生成的,密码文件在 ​​/usr/local/lsws/adminpasswd​

参考链接:

1.​​https://openlitespeed.org/kb/install-ols-from-litespeed-repositories/​

2.​​https://www.tecmint.com/install-openlitespeed-in-centos-8/​

以上是关于银河麒麟kylin_v10安装OpenLiteSpeed的主要内容,如果未能解决你的问题,请参考以下文章

银河麒麟V10创建虚拟机

银河麒麟V10+达梦数据库8保姆级安装教程

银河麒麟V10 wine 简明安装教程

银河麒麟V10 wine 简明安装教程

银河麒麟V10 wine 简明安装教程

Docker 搭建Ubuntu 16.0.4(银河麒麟V10) 构建环境