Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 81695 invoked from network); 26 May 2006 00:08:15 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 May 2006 00:08:15 -0000 Received: (qmail 86192 invoked by uid 500); 26 May 2006 00:08:14 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 86159 invoked by uid 500); 26 May 2006 00:08:14 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: Reply-To: "Apache HTTPD Bugs Notification List" List-Id: Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 86146 invoked by uid 99); 26 May 2006 00:08:14 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 17:08:14 -0700 X-ASF-Spam-Status: No, hits=-9.4 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 May 2006 17:08:13 -0700 Received: by brutus.apache.org (Postfix, from userid 33) id 8CAC77141FA; Fri, 26 May 2006 00:07:30 +0000 (GMT) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 39647] - mod_cache sets incorrect Content-type headers for cached context with backend httpd 1.3.33 and mod_jk 1.2.15 In-Reply-To: X-Bugzilla-Reason: AssignedTo Message-Id: <20060526000730.8CAC77141FA@brutus.apache.org> Date: Fri, 26 May 2006 00:07:30 +0000 (GMT) X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.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://issues.apache.org/bugzilla/show_bug.cgi?id=39647 ------- Additional Comments From cshumway@titan-project.org 2006-05-26 00:07 ------- I just ran some tcpdump sniffing while pulling an image served directly by httpd on the backend, not going through mod_jk. It does not set the conent-type header when it returns a 304 http status code. Here are the headers from the proxy -> backend conversation: GET /images/reportcard.jpg HTTP/1.1 Host: nuked.greatschools.net User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.3) Gecko/20060426 Firefox/1.5.0.3 Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5 Accept-Language: en-us,en;q=0.5 Accept-Encoding: gzip,deflate Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7 Cookie: TRNO=1127250133.198.144.205.133; NXCLICK2=011FHWHwNX_mailing/gn/2006_02/ca/8951!y!01!4qcu!52qf!02!4qcv!52qhNX_mailing/gn/2006_02_21/ca/8427!y!01!4r4q!53Uk!02!4r4r!53UqNX_mailing/mss/2006_03/ca/8438.76346803398!y!02!4rJ8!53pF; RMFD=011Fiz3b; NumAd=-1; RMID=c690cd854329f1d0; s_vi=[CS]v1|43F0FFA7000062EC-A160B0300000792[CE]; T3CK=TANT%3D1%7CTANO%3D0; fcP=C=133&T=1137020088512&V=1137020102487 Pragma: no-cache Cache-Control: no-cache If-None-Match: "1fae43-4487-3f4e92c4" If-Modified-Since: Thu, 28 Aug 2003 23:39:48 GMT Max-Forwards: 10 X-Forwarded-For: 198.144.205.133 X-Forwarded-Host: nuked.greatschools.net X-Forwarded-Server: nuked.greatschools.net. Connection: Keep-Alive HTTP/1.1 304 Not Modified Date: Thu, 25 May 2006 23:56:23 GMT Server: Apache/1.3.33 (Unix) mod_perl/1.29 mod_ssl/2.8.22 OpenSSL/0.9.7d mod_jk/1.2.15 Connection: Keep-Alive, Keep-Alive Keep-Alive: timeout=15, max=998 ETag: "1fae43-4487-3f4e92c4" Expires: Fri, 26 May 2006 05:56:23 GMT Cache-Control: max-age=21600 -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org