View Single Post
  #16  
Old 05-25-2009, 09:49 PM
muiruri muiruri is offline
Member
 
Join Date: Jun 2008
Posts: 32
(a) This is what we're using in LSWS;

Cache Storage Settings
---------------------
Storage Path = /backup/cache (using server's backup HD)
Max Object Size = 1024000

Cache Policy
-----------
Enable Cache = Yes
Cache Expire Time (seconds) = 120
Cache Request with Query String = No
Cache Request with Cookie = No
Cache Response with Cookie = No
Ignore Request Cache-Control = No
Ignore Response Cache-Control = No


(b) Then at WHM, Rebuild Apache with mod_cache & mod_disk_cache

(c) When done, again at WHM, went to;

Service configuration -> Apache Configuration

Edit Apache include files -> Pre Main Include

Selected Apache 2.x

Then added two lines;

CacheRoot /backup/cache/
CacheEnable disk /

The cache directory has been growing, therefore believe cache is working well.

Question now is there one of the menu sections in LSWS where I can see or monitor files or data cached Or better still is there a place in LSWS I can see the LSWS using the cache?
Reply With Quote