Return-Path: Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 86959 invoked by uid 500); 18 Nov 2002 22:03:58 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 86948 invoked from network); 18 Nov 2002 22:03:58 -0000 Date: 18 Nov 2002 22:05:03 -0000 Message-ID: <20021118220503.28415.qmail@nagoya.betaversion.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Cc: Subject: DO NOT REPLY [Bug 14364] - Mod_cache doesn't mod_cache doesn't handle properly Transfer-Encoding: chunked directive X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bug.cgi?id=14364 Mod_cache doesn't mod_cache doesn't handle properly Transfer-Encoding: chunked directive rederpj@remulak.net changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED ------- Additional Comments From rederpj@remulak.net 2002-11-18 22:05 ------- There are two parts to answering this PR. The first is that Estrade Matthieu and Brian Pane recently committed a fix to remove headers that shouldn't be cached. Transfer-encoding is one of those headers, so that fix is available in the HEAD of the CVS library and will be available in a future release of Apache. The second part of the answer is that there are a variety of reasons why content-length may get removed. Your configuration needs to be set up to handle that. One way to handle it would be to set CacheMaxStreamingBuffer to a value very near CacheMaxFileSize. Another way would be to try and limit the number of things that cause content-length to be removed from cachable files. You can do things like make sure those files aren't unnecessarily run through mod_include. Those two things should fix the problem you have encountered so I am marking this as fixed. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org