From owner-freebsd-questions@FreeBSD.ORG Sun Feb 8 14:16:53 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1AC351065677 for ; Sun, 8 Feb 2009 14:16:53 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: from mail.nicoelro.net (helm.nicoelro.net [87.98.216.147]) by mx1.freebsd.org (Postfix) with ESMTP id CAE4F8FC29 for ; Sun, 8 Feb 2009 14:16:52 +0000 (UTC) (envelope-from nicolas@nicoelro.net) Received: by mail.nicoelro.net (Postfix, from userid 58) id C6F8879019; Sun, 8 Feb 2009 15:16:51 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on helm.nicoelro.net X-Spam-Level: X-Spam-Status: No, score=-4.4 required=6.0 tests=ALL_TRUSTED,AWL,BAYES_00 autolearn=ham version=3.2.5 Received: from orthanc (mne69-8-82-247-37-160.fbx.proxad.net [82.247.37.160]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: nicolas@nicoelro.net) by mail.nicoelro.net (Postfix) with ESMTP id CD72978C82; Sun, 8 Feb 2009 15:16:50 +0100 (CET) Date: Sun, 8 Feb 2009 15:16:52 +0100 From: Nicolas Letellier To: Glen Barber Message-Id: <20090208151652.ff6fad3f.nicolas@nicoelro.net> In-Reply-To: <4ad871310902080609h4e2326ddn41cd9c475406bb7f@mail.gmail.com> References: <20090208133123.401c8d1a.nicolas@nicoelro.net> <4ad871310902080450r39b89f85uc1668657f55ee4d6@mail.gmail.com> <20090208135624.72f60572.nicolas@nicoelro.net> <4ad871310902080501y7bcfc7ev202aa5e81f5b2050@mail.gmail.com> <20090208141101.1c18bbc8.nicolas@nicoelro.net> <44y6whyqyw.fsf@lowell-desk.lan> <20090208150237.deaf37df.nicolas@nicoelro.net> <4ad871310902080609h4e2326ddn41cd9c475406bb7f@mail.gmail.com> X-Mailer: Sylpheed 2.6.0 (GTK+ 2.10.14; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Problem when uploading files with Apache 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: Sun, 08 Feb 2009 14:16:53 -0000 On Sun, 8 Feb 2009 09:09:45 -0500 Glen Barber wrote: > On Sun, Feb 8, 2009 at 9:02 AM, Nicolas Letellier wrote: > > > > That's I always learn. But in this case, it's not true. > > I upload into "testdir/" which has www:www rights. > > > > And I launch my upload script, and the file is www:wheel > > > > What are the permissions on the file you are uploading? I'm uploading the file from a web client. This is a php script. I have another FreeBSD (7.0), with the SAME apache, and I don't have the problem on it. Files uploaded are www:www (normal). On my machine (6.3), with the SAME apache, files uploaded are www:wheel. I set the *same* php script, I send the same file. I'm looking for differences between them, but none. -- -Nicolas.