
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 /litespeed deny methods to access folders and files
- How to check the CPU version?
- 有意思,openlitespeed的PHP进程重启方式
- OpenLiteSpeed一键安装脚本
- how to do install LibXml2 , LibXslt for centos 7
- Apache minify web page HTML source method
- Openlitespeed lsphp进程的启动方法
- DirectAdmin 域名或ip使用SSL访问的方法
- 华为云服务器登录出现“keyboard-interactive authentication prompts from server:”解决方法