lscache not working

1a) manually set (or check if its set correctly) the cache root and enable the server module

or

1b) use the LS plugin for DA

then

2a) use it without wp-plugin, by adding rewrite-rules in .htaccess:

2b) or better (much more functionality) use the wp-plugin


Check also the LS beginners guide https://blog.litespeedtech.com/2020/06/10/wpw-the-beginners-guide-to-litespeed-cache-for-wordpress/
and maybe later if you run into troubles with .htaccess this thread here https://forum.directadmin.com/threads/openlitespeed-v-litespeed-plugin.70085/
 
1a) manually set (or check if its set correctly) the cache root and enable the server module

or

1b) use the LS plugin for DA

then

2a) use it without wp-plugin, by adding rewrite-rules in .htaccess:

2b) or better (much more functionality) use the wp-plugin


Check also the LS beginners guide https://blog.litespeedtech.com/2020/06/10/wpw-the-beginners-guide-to-litespeed-cache-for-wordpress/
and maybe later if you run into troubles with .htaccess this thread here https://forum.directadmin.com/threads/openlitespeed-v-litespeed-plugin.70085/
Here's what I did, afaik I followed instructions to the letter, but still no luck

I do have a /home/lscache directory

But I do not see any /home/<user>/lscache directories after rewrite_confs

lscache keeps missing
 
@smtalk I still can not get openlitespeed cache working

Here just 1 site: https://check.lscache.io/?host=derugpijndokter.nl

Openlitespeed works, webadmin shows up, in server configuration under modules it says:
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 200
qsCache 1
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 1
ignoreRespCacheCtrl 0

enableCache 0
expireInSeconds 3600
enablePrivateCache 0
privateExpireInSeconds 3600

As you can see enableCache is set to 0, also enablePrivateCache is set to 0 as well

So how do I get lscache to work

Help much appreciated!
 
Last edited:
Back
Top