From: William P. <wil...@ya...> - 2011-11-17 16:14:25
|
On Nov 17, 2011, at 10:02 AM, William Piel wrote: > Therefore, if you also know of an Apache plugin that will cache results for "/phylows/study/TB2:", that would greatly help. Looking at mod_cache, I wonder if this would work: cacheRoot c:/cacheroot cacheEnable disk /treebase-web/phylows/study/TB2: cacheDirLevels 1 cacheDirLength 20 cacheMinFileSize 1 cacheMaxFileSize 50000000 cacheIgnorecacheControl Off cacheIgnoreNoLastMod On cacheMaxExpire 2592000 ... resulting in a one-month cache on all TB2 objects. What's unclear to me is whether the cacheEnable string allows substrings or whether it needs to end in "/". If that's a limitation, are there third-party plugins that can cache using wildcards? bp |