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.
