Hi,
The lscache module is not working with version 1.7.14 . I tested on ubuntu server and a directadmin server. It is simply not showing the headers
Cache global configurations
Http headers on test
I think it is a bug or am I missing any further configurations settings ?
The lscache module is not working with version 1.7.14 . I tested on ubuntu server and a directadmin server. It is simply not showing the headers
# bin/openlitespeed -v
LiteSpeed/1.7.14 Open
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
(built: Tue Sep 7 15:24:59 UTC 2021)
module versions:
modgzip 1.1
cache 1.62
modinspector 1.1
uploadprogress 1.1
mod_security 1.4
Cache global configurations
# tail -22 conf/httpd_config.conf
module cache {
internal 1
ls_enabled 1
storagePath $SERVER_ROOT/cachedata
checkPrivateCache 1
checkPublicCache 1
maxCacheObjSize 10000000
maxStaleAge 200
qsCache 1
reqCookieCache 1
respCookieCache 1
ignoreReqCacheCtrl 1
ignoreRespCacheCtrl 0
enableCache 1
expireInSeconds 3600
enablePrivateCache 0
privateExpireInSeconds 3600
}
Http headers on test
~$ curl -I http://foo.com/
HTTP/1.1 200 OK
etag: "35a5-619ce481-6e38b0;;;"
last-modified: Tue, 23 Nov 2021 12:54:25 GMT
content-type: text/html
content-length: 13733
accept-ranges: bytes
date: Wed, 24 Nov 2021 07:30:27 GMT
server: LiteSpeed
connection: Keep-Alive
I think it is a bug or am I missing any further configurations settings ?