mummana Posted December 5, 2008 Share Posted December 5, 2008 Hi, 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 how to cache by mime types. Thanks Srini Quote Link to comment Share on other sites More sharing options...
mummana Posted December 6, 2008 Author Share Posted December 6, 2008 Hi, I want to use mod_cache configurations to the static content only. Could you please let me know how to specify the mime types here. 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.