Question about apache cache data clean

2009-10-23 Thread dreamice

Dear All,
In the old version of httpd, such as early 2.0 version, there is a
configuration option of CacheGcInterval.
It is used to define the period of time (hour) to delete cache data that is
larger than the max size.
Unfortunately, httpd 2.2 version will not support this configuration. I want
to know why remove this option and is there any modules or configuration for
replacing this option.

Thanks in advance!

-- 
View this message in context: 
http://www.nabble.com/Question-about-apache-cache-data-clean-tp26023068p26023068.html
Sent from the Apache HTTP Server - Dev mailing list archive at Nabble.com.



Re: Question about apache cache data clean

2009-10-23 Thread Graham Leggett
dreamice wrote:

 In the old version of httpd, such as early 2.0 version, there is a
 configuration option of CacheGcInterval.
 It is used to define the period of time (hour) to delete cache data that is
 larger than the max size.
 Unfortunately, httpd 2.2 version will not support this configuration. I want
 to know why remove this option and is there any modules or configuration for
 replacing this option.

Take a look at the htcacheclean tool, which can also run as a daemon.

Regards,
Graham
--