Are you looking for the Apache Web Server users list? If so, look here: http://httpd.apache.org/lists.html#http-users
On Fri, Dec 5, 2008 at 7:46 PM, mummana <[EMAIL PROTECTED]>wrote: > > I want to use the mod_cache ONLY for the static files. When I use the below > configurations, it is caching all the files. I want to cache only static > content ( like jpg,jpeg,js,css etc). > > # cache configurations > CacheRoot /u/data/apache01 > CacheEnable disk / > CacheDirLevels 5 > CacheDirLength 3 > # Cache the content 8 hours > CacheMaxExpire 28800 > > Please help me how to configure the mod_cache only for static files. > > Thanks > Srini > > > -- > View this message in context: > http://www.nabble.com/Mod_cache-for-static-content-tp20865186p20865186.html > Sent from the Commons - User mailing list archive at Nabble.com. >
