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 lsphp进程的启动方法
- How to check the CPU version?
- Apache minify web page HTML source method
- DirectAdmin更改Apache或openlitespeed服务器为nginx
- Openlitespeed /litespeed deny methods to access folders and files
- Debian 10 installation MySQL server record
- How can to add cron on QNAP NAS
- Openlitespeed启用php74的详细方法
- DirectAdmin 域名或ip使用SSL访问的方法