Core
[Update] Updated WebAdmin PHP to a newer version.
[Update] Updated SSL to enable ECDHE with X25519 curve.
[Update] Updated to set default compressible MIME types.
[Bug Fix] Fixed an HTTP/2 server push bug.
Cache Module
[Bug Fix] Fixed a memory leak.
感觉最主要的就是 X22519和缓存模块的修复了。
检查当前版本
/usr/local/lsws/bin/lshttpd -v
yum包更新
yum update openlitespeed
手动编译更新
wget https://openlitespeed.org/packages/openlitespeed-1.4.36.tgz
tar xzvf openlitespeed-1.4.36.tgz
cd openlitespeed-1.4.36
./configure
make
systemctl stop lsws
make install
systemctl daemon-reload
systemctl start lsws