View Full Version : How to Configure 4.0 Cache
jkeegan
04-09-2009, 10:32 AM
Does any change need to be made to httpd.conf to enable 4.0 caching feature?
mistwang
04-09-2009, 05:49 PM
You need to configure the cache storage at server level from LSWS console first, then control the cache function with Apache directives
CacheEnable
CacheDisable
CacheIgnoreCacheControl
CacheMaxExpire
jkeegan
04-10-2009, 01:10 PM
Hmmm... I did all that and I can't seem to find any indication that it's working... The cache directory is created and a few small files are added (look like headers) but the cache directory does not increase in size. du -h on that directory shows it is not getting any bigger, it's like 240K...
Can you walk us through any tips, tricks, gotchas, sample configs, etc. ? Walk us through enabling caching as if we knew nothing whatsoever about LSWS or Apache so we're sure we aren't missing anything? ;-)
LiteSpeeder
04-11-2009, 08:42 AM
I'd like to read more info about caching, too.
I really would like to learn all I can about LSWS, so more thorough documentation that will go into real life examples, tweaking, testing, troubleshooting and understanding the settings completely would be much appreciated.
LiteSpeeder
05-30-2009, 04:24 PM
A simple example of LSWS & Apache mod_cache usage, please?
mistwang
05-30-2009, 06:32 PM
http://www.litespeedtech.com/support/forum/showthread.php?t=2255