
How to update the open source http3 server - openlitespeed
How to update the open source http3 server - openlitespeed?
Assuming that the online running is 1.7.15, to upgrade to 1.7.16
So how to do it? The following method to upgrade is very simple, but the website will definitely be offline for a while
1
2
3
4
5
6
7
8
9
10
11
12
wget https://openlitespeed.org/packages/openlitespeed-1.7.16.tgz
//Download the binary of openlitespeed-1.7.16
tar -zxvf openlitespeed-*.tgz
//Unzip openlitespeed-1.7.16
cd openlitespeed
//Enter openlitespeed-1.7.16
./install.sh
//Start executing the installation script
/usr/local/lsws/bin/lswsctrl start
//Start openlitespeed-1.7.16
/usr/local/lsws/bin/lswsctrl status
//Check openlitespeed running status
Of course the upgrade will not change the old openlitespeed admin password and your website configuration file.
💘 相关文章
- 怎样更新开源的http3服务器-openlitespeed
- OpenLiteSpeed一键安装脚本
- openLitespeed的教程
- Openlitespeed启用php74的详细方法
- Openlitespeed /litespeed 常用的伪静态(rewrite)规则大全
- 解决SSH Connecting to server X 向一个无法连接的网络尝试了一个套接字操作 (os error 10051)
- DirectAdmin 域名或ip使用SSL访问的方法
- nginx 开启http3 QUIC和配置Brotli压缩和反向代理的详细教程
- 在openlitespeed下配置acme.sh脚本证书折腾了两天
- Openlitespeed /litespeed 添加HSTS的方法