From owner-freebsd-questions@FreeBSD.ORG Tue May 29 23:54:12 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 3809916A400 for ; Tue, 29 May 2007 23:54:12 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.179]) by mx1.freebsd.org (Postfix) with ESMTP id DD71413C45B for ; Tue, 29 May 2007 23:54:11 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: by py-out-1112.google.com with SMTP id a29so3679138pyi for ; Tue, 29 May 2007 16:54:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type; b=VeDNCpbtI/u9VJD32SLItEt/S88OT4/Dh/yq+1n79vFM0gRqjQMqaRzOwQv4W3+aR1cVWyRqq5Ms2g4fH4tW9v3mOg/VjaboiJAntkkqh8SKDEvtyOJBHTHPk8DkBuXDCfCKTzr12C6243RFLgkwHIDsBLG/zP3KRz1Zli9qgFc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type; b=cR9pN6kIKAzRwPTbu5nRoY9v511XVQy/KpdvUyEoeU9OCkJt0d5EKHkekRS4ejQrcVP5wwp185wgjx6OAQYMwyM0PTUvfvhd4EK5apEJklhcG63CqKyA+uBaXZyz0Y58THLqxoNM8QfoYPhYzk39FeiTGCom4oKwAiUhZztEJGw= Received: by 10.65.194.13 with SMTP id w13mr4552803qbp.1180482850609; Tue, 29 May 2007 16:54:10 -0700 (PDT) Received: by 10.65.204.15 with HTTP; Tue, 29 May 2007 16:54:10 -0700 (PDT) Message-ID: Date: Tue, 29 May 2007 20:54:10 -0300 From: Agus To: freebsd-questions MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: NFS and 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: Tue, 29 May 2007 23:54:12 -0000 Hi all, I got the following scenario. Freebsd with Apache22 and NFS. I want to export the /usr/local/www/apache22/data/site so that the content of that site can be modified from my personal machine. The permissions on site/ are rwx for root and group webadm, and rx for others... How can i do this? I am trying but im getting permission denied...while trying to create a file... thanks... Also if you have a different solution for updating the site..they are welcome.. thanks again, greetz Agustin.