Hi,
For a domain say: x.com I have disabled the cache in the litespeed webconsole: Configuration->Server->Cache->Do-Not-Cache Domains:
the htaccess file for the domain is also set to:
The cache storage path is set to /lshttpd/diskcache and the folder have been cleared after the above settings have been made to ensure the cache was completely clear.
Browsers cache/cookies have been cleared.
Yet on the second load of the webpage I get the following:
So as you can see the private cache is still being hit and LiteSpeed seems to be ignoring any of the settings both the HTTP headers and the configuration set in the web console.
For a domain say: x.com I have disabled the cache in the litespeed webconsole: Configuration->Server->Cache->Do-Not-Cache Domains:
Code:
*.a.com,a.com,x.com,*.x.com
Code:
RewriteRule .* - [E=Cache-Control:no-cache]
Browsers cache/cookies have been cleared.
Yet on the second load of the webpage I get the following:
So as you can see the private cache is still being hit and LiteSpeed seems to be ignoring any of the settings both the HTTP headers and the configuration set in the web console.
Last edited: