Apache mod_cache
Ref: http://www.howtoforge.com/caching-with-apache-mod_cache-on-debian-etch<IfModule mod_disk_cache.c> CacheRoot /var/www/cacheroot CacheEnable disk /downloads CacheDirLevels 5 CacheDirLength 3 </IfModule> <IfModule mod_mem_cache.c> CacheEnable mem / MCacheSize 32768 #kb MCacheMaxObjectCount 1024 MCacheMinObjectSize 1 MCacheMaxObjectSize 10240 MCacheRemovalAlgorithm LRU CacheDisable /local_files </IfModule>
There are no comments on this page. [Add comment]