bytes, not 1000 bytes. Second, max_cache_size is already represented in bytes.
Time for a vacation.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96118
13f79535-47bb-0310-9956-
ffa450edef68
"MCacheMaxObjectSize must be greater than MCacheMinObjectSize");
return DONE;
}
- if (sconf->max_cache_object_size >= sconf->max_cache_size*1000) {
+ if (sconf->max_cache_object_size >= sconf->max_cache_size) {
ap_log_error(APLOG_MARK, APLOG_CRIT, 0, s,
"MCacheSize must be greater than MCacheMaxObjectSize");
return DONE;