How to Install LSCache Module?

#1
Hello, I already install OLS 1.8.1, but in Server Configuration -> Modules not showing the cache module. How to install it?
Thanks :)


# bin/openlitespeed -v
Code:
LiteSpeed/1.8.1 Open (BUILD built: Thu Mar 28 15:46:53 UTC 2024)
    module versions:
    lsquic 4.0.8
    modgzip 1.1
    cache 1.65
    mod_security 1.4 (with libmodsecurity v3.0.12)
 

Cold-Egg

Administrator
#3
The cache module is missing under the module page? It should be installed by default, may I know how you installed the OLS?
 
#4
yes, the cache module is missing. I install from Binary using this code
Code:
wget https://openlitespeed.org/packages/openlitespeed-1.8.1.tgz

tar -zxvf openlitespeed-*.tgz
cd openlitespeed
./install.sh
 
#6
Hmm
before, I install the 1.7 version from repo, then upgrade the ols using that command.

Ok, I'll try reinstall on fresh server.

Thanks for your help :)
 
Top