View Single Post
  #12  
Old 05-14-2009, 03:03 PM
muiruri muiruri is offline
Member
 
Join Date: Jun 2008
Posts: 32
I've now rebuild Apache with mod_cache & mod_disk_cache

Then gone to cpanel / WHM, to "service configuration >> Apache Configuration ", Edit Apache include files, edit "Pre Main Include"

Then added two lines;

CacheRoot /backup/cache/
CacheEnable disk /

1st line is where the cache folder is.

In LSWS on the Configuration -> Cache

I have Max Object Size = 1024000

Enable Cache = Yes
Cache Expire Time (seconds) = 120

The rest of the settings;

Cache Request with Query String
Cache Request with Cookie
Cache Response with Cookie
Ignore Request Cache-Control
Ignore Response Cache-Control

I have left them as "Not Set"

The cache folder appears to be growing with some files.

What do you think of this now?

How do I check or monitor to see if this is working effectively or efficiently?

Any additional ideas/suggestions?
Reply With Quote