Jump to content

mod_cache for the static files


mummana

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.