From owner-freebsd-questions@FreeBSD.ORG Wed Mar 30 11:45:04 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 644BA16A4CF for ; Wed, 30 Mar 2005 11:45:04 +0000 (GMT) Received: from relay03.pair.com (relay03.pair.com [209.68.5.17]) by mx1.FreeBSD.org (Postfix) with SMTP id A3D4C43D39 for ; Wed, 30 Mar 2005 11:45:03 +0000 (GMT) (envelope-from robin@reportlab.com) Received: (qmail 78534 invoked from network); 30 Mar 2005 11:45:02 -0000 Received: from unknown (HELO ?192.168.0.3?) (unknown) by unknown with SMTP; 30 Mar 2005 11:45:02 -0000 X-pair-Authenticated: 217.196.247.135 Message-ID: <424A913F.3040508@chamonix.reportlab.co.uk> Date: Wed, 30 Mar 2005 12:45:03 +0100 From: Robin Becker User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apache & blanks in filenames X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Mar 2005 11:45:04 -0000 Not sure if this is a freeBSD or apache issue, but I'm trying to duplicate a website. We build part of it for the end consumer so wish to test offline. The live site is running 4.8-RELEASE-p24 FreeBSD & Apache/1.3.27 (Unix) PHP/4.3.8 mod_ssl/2.8.11 OpenSSL/0.9.6g I'm running 4.6-STABLE FreeBSD & Apache/1.3.27 However, on the live site a request for http://xxxx/images/Bjarne%20Stroustrup.jpg succeeds, but fails on the copied version. This isn't just a URL-->filesystem problem as I can list http://xxxx/images/ on both sites and the both index.html files contain an entry for the image looking like [IMG] Bjarne Stroustrup.jpg 07-Nov-2004 19:50 16k I'm assuming this must be a blanks in filename problem somehow, but where and how to fix? -- Robin Becker