From owner-freebsd-questions@FreeBSD.ORG Fri Feb 16 12:02:05 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 0361F16A400 for ; Fri, 16 Feb 2007 12:02:05 +0000 (UTC) (envelope-from raggen@passagen.se) Received: from av7-1-sn3.vrr.skanova.net (av7-1-sn3.vrr.skanova.net [81.228.9.181]) by mx1.freebsd.org (Postfix) with ESMTP id B6D9213C481 for ; Fri, 16 Feb 2007 12:02:04 +0000 (UTC) (envelope-from raggen@passagen.se) Received: by av7-1-sn3.vrr.skanova.net (Postfix, from userid 502) id 56E8E38445; Fri, 16 Feb 2007 13:01:34 +0100 (CET) Received: from smtp3-2-sn3.vrr.skanova.net (smtp3-2-sn3.vrr.skanova.net [81.228.9.102]) by av7-1-sn3.vrr.skanova.net (Postfix) with ESMTP id 3A10E38146 for ; Fri, 16 Feb 2007 13:01:34 +0100 (CET) Received: from [192.168.1.6] (81-231-90-251-no41.tbcn.telia.com [81.231.90.251]) by smtp3-2-sn3.vrr.skanova.net (Postfix) with ESMTP id 24A4537E50 for ; Fri, 16 Feb 2007 13:02:02 +0100 (CET) Message-ID: <45D59DB1.3000802@passagen.se> Date: Fri, 16 Feb 2007 13:04:01 +0100 From: Roger Olofsson User-Agent: Thunderbird 1.5.0.9 (Windows/20061207) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: How to display .png? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Feb 2007 12:02:05 -0000 Dear Mailing List, As usual, thanks alot for all answers to my previous questions! I will try and step up and answer the ones I can. I'm still fiddling around with a machine that's upgraded to 6.2 and have encountered a small thing. Apache refuses to display .png pictures. This is probably some setting somewhere and I have looked in the following: httpd.conf of course php.ini I have reinstalled and checked options for php5, I have checked options and reinstalled gd and I have compared httpd.conf and php.ini with a FreeBSD 5.5, I have run phpinfo on both machines and compared the results, they look very much alike. The 5.5 displays .pngs fine though. I have also checked file permissions for the pictures, they all look fine. The output of httpd-error.log has no pointers. What could be the magic trick? Probably something really simple?