From owner-freebsd-questions@FreeBSD.ORG Fri Nov 14 07:46:43 2003 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 63D5416A4CE for ; Fri, 14 Nov 2003 07:46:43 -0800 (PST) Received: from mail.cult.cu (mail.cult.cu [169.158.120.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 03B2D43FD7 for ; Fri, 14 Nov 2003 07:46:34 -0800 (PST) (envelope-from admin@atenas.cult.cu) Received: from [169.158.120.178] (helo=mail.atenas.cult.cu) by mail.cult.cu with esmtp (Exim 4.22) id 1AKg5s-0009r0-S4 for questions@freebsd.org; Fri, 14 Nov 2003 10:42:45 -0500 Received: from [192.168.1.9] (helo=bloodlust) by mail.atenas.cult.cu with smtp (Exim 3.34 #1) id 1AKg4y-0000CL-00 for questions@FreeBSD.ORG; Fri, 14 Nov 2003 10:41:49 -0500 Message-ID: <000e01c3aac6$6f2bbdd0$0901a8c0@bloodlust> From: "Xpression" To: "FreeBSD-questions" Date: Fri, 14 Nov 2003 10:46:09 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Subject: user's rights ??? 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: Fri, 14 Nov 2003 15:46:43 -0000 Hi list, I have configured a server to act as a WWW server, but I have many users that have their own web page and they can access to their sub-dirs via FTP, now when they want to upload the files via HTTP (usin PHP) the system denied the write, I mean: /usr/local/www/wwwroot/webmaster <- main dir /user1 <- user1 /user2 <- user2 Everyone wants to uploads files via HTTP but I guess they have to authenticate to write on their sub-dirs, any clues ??? Thanks...