Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 2617 invoked from network); 1 Jun 2004 18:03:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Jun 2004 18:03:19 -0000 Received: (qmail 12256 invoked by uid 500); 1 Jun 2004 18:03:20 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 12235 invoked by uid 500); 1 Jun 2004 18:03:19 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 12221 invoked by uid 99); 1 Jun 2004 18:03:19 -0000 Received: from [66.149.222.254] (HELO vjo-mails-03.primeexalia.com) (66.149.222.254) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 01 Jun 2004 11:03:19 -0700 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-MimeOLE: Produced By Microsoft Exchange V6.5.6944.0 Date: Tue, 1 Jun 2004 11:00:10 -0700 Message-ID: <21245695958BF041875A6C39D08F9EBAC877@vjo-mails-03.primeexalia.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [users@httpd] Error logs showing status 304 for images. Why? Thread-Index: AcRIAP2bP3+99Xk7SryCkOn59/L0cgAAUoe7 From: "Gary Smith" To: , , X-Virus-Checked: Checked Subject: RE: [users@httpd] Error logs showing status 304 for images. Why? X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N What's the site load versus the number of children apache can spawn. If = you have the default 20 and you have a high volume site then maybe they = can't get the image because it is timing out. =20 We ran into this with a site receiving about a million hits per day = (including images). They have many small images but during peak day = usage they might have 50 people trying access the site which has 20-30 = images on it. That's 1500 simultaneous requests. In our can we bumped = the children up to a much higher number and it seems to work well now. = Because this clients would get broken images. =20 Hope this helps. =20 Gary ________________________________ From: Joshua Slive [mailto:joshua@slive.ca] Sent: Tue 6/1/2004 10:50 AM To: users@httpd.apache.org; gerard.isdell@kinetic.co.uk Subject: Re: [users@httpd] Error logs showing status 304 for images. = Why? On Tue, 1 Jun 2004, Gerard Isdell wrote: > Some visitors to my website are complaining that sometimes they can't = see > images on the site. I've looked in the error logs and found lots of = GETs of > images with a status code of 304 e.g. > > 80.41.236.203 - - [27/May/2004:21:20:24 +0000] "GET > /members/photos/alexpic3.jpg HTTP/1.1" 304 - "Mozilla/4.0 (compatible; > MSIE 6.0; Windows 98; generic_01_01)" > > As far as I can make out, this is an issue in which the server = responds with > the 304 code, essentially saying the image hasn't been modified, and = telling > the browser to use the version in it's cache. The 304 status code is perfectly normal, so you need to look a little deeper. What exact problem are you seeing? Have you examined exactly = the headers that are being sent in the HTTP request and response? If you "touch" the file (to make the server think it changed) can the client = get the image? Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server = Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org