Hi, I want to use the mod_cache( disk cache) for the static content files only. But when I use the below configurations, it caches all the files( including the dynamic pages JSP etc). How to specify the static content mime types to cache only the static files. # cache configurations CacheRoot /u/data/apache01 CacheEnable disk / CacheDirLevels 5 CacheDirLength 3 # Cache the content 8 hours CacheMaxExpire 28800 Please help me regarding Thanks Srini