Upgrade OpenLiteSpeed on Cloud Image

#1
Hello,

Forgive me if I ask something very basic.

I installed WordPress using the WordPress with LiteSpeed Cache template on AWS EC2. It's just that I'm confused about how to upgrade OpenLiteSpeed to a higher version.

I have tried to search this forum and documentation, but have not found the right solution. Maybe I missed something.

Thanks for your answer.
 

Cold-Egg

Administrator
#2
Hi @anditasb ,

Use regular package upgrade should works.
Code:
apt-get update
apt-get upgrade -y
or upgrade openlitespeed only
Code:
apt-get update
apt-get upgrade OpenLiteSpeed -y
Best,
Eric
 
Last edited:
#3
Hi,

Its not work.

--------------------------------
root@ip-xxx-xxx-xxx-xxx:~# apt-get upgrade OpenLiteSpeed -y
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package OpenLiteSpeed
root@ip-xxx-xxx-xxx-xxx:~#
--------------------------------
 
#8
Hello,

For your information, I have received a reply email from LiteSpeed support. And what he suggested helped me solve the problem I had.

Thank you LiteSpeed for your help and support. What a great community.
 
#14
not working for me ...

I am running 1.6.13 ..

$ /usr/local/lsws/bin/lshttpd -v
LiteSpeed/1.6.13 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.3
(built: Thu Apr 30 13:36:22 UTC 2020)
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.3


but when i give the above command .. i get

/usr/local/lsws/admin/misc/lsup.sh -elsup.sh Version: v2.71-2/28/2020./usr/local/lsws/admin/misc/lsup.sh: 387: shift: can't shift that many


any help possible
 
#15
i figured the error i was making .. i was required to specify the version like .. /usr/local/lsws/admin/misc/lsup.sh -e 1.7.2 (1.7.2 being the version)

cheers
 
Top