On Thursday, July 18, 2002, at 12:49 PM, [EMAIL PROTECTED] wrote: > } > - if (sconf->max_cache_object_size >= sconf->max_cache_size) { > + if (sconf->max_cache_object_size >= sconf->max_cache_size*1000) { > ap_log_error(APLOG_MARK, APLOG_CRIT, 0, s, > "MCacheSize must be greater than > MCacheMaxObjectSize");
Umm, that should be 1024, but wouldn't it be better to store max_cache_size in bytes? ....Roy