> + if (sconf->max_streaming_buffer_size < sconf->min_cache_object_size) {
> + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, s,
> + "MCacheMaxStreamingBuffer must be less than or equal to
>MCacheMaxObjectSize. "
> + "Resetting MCacheMaxStreamingBuffer to
>MCacheMinObjectSize.");
> ...Wouldn't it be better to write: "MCacheMaxStreamingBuffer must be greater than or equal to MCacheMinObjectSize. " "Resetting MCacheMaxStreamingBuffer to MCacheMinObjectSize."); Kess
