mummana Posted February 11, 2009 Share Posted February 11, 2009 Hi, We are using mod_cache (disk cache ) in apache level. Our current cache settings are: # cache configurations CacheRoot /u/data/apache01 CacheDirLevels 5 CacheDirLength 3 # Cache the content 8 hours CacheMaxExpire 28800 We are caching the files for 8 hrs. 1. How to request to the latest file(s), if any updated files are available before 8 hrs time? 2. We want know "htcacheclean" utility will help to reques the latest files. /u/apache01/bin/htcacheclean -i -t -n -d60 -p/u/data/apache01 -l50M 3. If so, how to call "htcacheclean" in httpd.conf itself. Could you please help me regarding. Thanks Srini Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.