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 Link to comment https://forums.phpfreaks.com/topic/135683-mod_cache-for-the-static-files/ 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 Link to comment https://forums.phpfreaks.com/topic/135683-mod_cache-for-the-static-files/#findComment-707242 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.