Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 4850 invoked from network); 8 Jan 2004 09:17:50 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 8 Jan 2004 09:17:50 -0000 Received: (qmail 17064 invoked by uid 500); 8 Jan 2004 09:17:13 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 17050 invoked by uid 500); 8 Jan 2004 09:17:13 -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 17037 invoked from network); 8 Jan 2004 09:17:12 -0000 Received: from unknown (HELO mailin01.teamnet.de) (212.60.213.134) by daedalus.apache.org with SMTP; 8 Jan 2004 09:17:12 -0000 Received: from mailin01.teamnet.de (mailin01 [127.0.0.1]) by localhost (Postfix) with ESMTP id C7164166A73 for ; Thu, 8 Jan 2004 10:12:55 +0100 (CET) Received: from localhost (mailin01 [127.0.0.1]) by mailin01.teamnet.de (Postfix) with ESMTP id B49CB1669E9 for ; Thu, 8 Jan 2004 10:12:55 +0100 (CET) Received: from mailin01.teamnet.de ([127.0.0.1]) by localhost (mailin01 [127.0.0.1]) (amavisd-new, port 10027) with ESMTP id 32149-07 for ; Thu, 8 Jan 2004 10:12:55 +0100 (CET) Received: from kenny.teamnet.de (kenny.teamnet.de [212.60.213.157]) by mailin01.teamnet.de (Postfix) with ESMTP id 71E211669E6 for ; Thu, 8 Jan 2004 10:12:55 +0100 (CET) Received: from [192.168.10.108] by kenny.teamnet.de (NTMail 7.02.3037/NU6016.02.163247b7) with ESMTP id tsbcicaa for users@httpd.apache.org; Thu, 8 Jan 2004 10:17:18 +0100 Message-ID: <3FFD201D.5010701@teamnet.de> Date: Thu, 08 Jan 2004 10:17:17 +0100 From: Tobias Engelhardt User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-AT; rv:1.6b) Gecko/20031205 Thunderbird/0.4 X-Accept-Language: de, en, en-us MIME-Version: 1.0 To: users@httpd.apache.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-AuthenticatedSender: engelhardt@teamnet.de X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: [users@httpd] Broken images from dynamic sources X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi List, i have a strange problem: I display JPG-Images out of a MySQL-Source using PHP. The Script is a 08/15 one as found everywhere in the web. As long as i call the Script directly via URL, everything works, but embedded in a HTML-page with more than one image, often some of them don't display. I opened Mozilla's http://livehttpheaders.mozdev.org/ extension, loaded the page and found that, for the broken images, the server *only* returns "HTTP/1.x 200 OK". Any ideas, where the problem is located? A apache configuration-Issue? I assembled a testpage located at: www.teamnet.de/test/ I set the "alt"-Text to "broken Image" so you can see them immediately. My getpic-script sends these minimal headers: header("Content-type: image/jpeg"); header("Content-length: ". $size); echo ($img); Thanks for your help! Tobias --------------------------------------------------------------------- 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