From owner-freebsd-questions Thu Mar 8 6:35: 2 2001 Delivered-To: freebsd-questions@freebsd.org Received: from bcfw1d.bridge.com (bcfw1d.ext.bridge.com [167.76.159.31]) by hub.freebsd.org (Postfix) with ESMTP id E14C437B71A for ; Thu, 8 Mar 2001 06:34:57 -0800 (PST) (envelope-from tayers@bridge.com) Received: (from uucp@localhost) by bcfw1d.bridge.com (8.10.2/8.10.2) id f28EZxg17691; Thu, 8 Mar 2001 08:35:59 -0600 (CST) Received: from unknown(167.76.56.34) by bcfw1d.bridge.com via smap (V5.5) id xma017538; Thu, 8 Mar 01 08:35:38 -0600 Received: from mnmailhost (mnmailhost.bridge.com [167.76.155.14]) by mail1srv.bridge.com (8.8.8/8.7.3) with SMTP id IAA28449; Thu, 8 Mar 2001 08:34:33 -0600 (CST) Received: from 89-7 by mnmailhost (SMI-8.6/SMI-4.1) id JAA00143; Thu, 8 Mar 2001 09:34:22 -0500 To: questions@FreeBSD.ORG Subject: Re: apache References: From: Tim Ayers Date: 08 Mar 2001 08:34:19 -0600 In-Reply-To: Rick Knebel's message of "Thu, 8 Mar 2001 08:46:31 -0500" Message-ID: Lines: 16 User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.5 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >>>>> "R" == Rick Knebel writes: R> I am tryng to set up a web page in the home directory. i put a folder R> in my home directory labeled public_html and put my web pages in it, R> It keeps telling me I do not have permission to access it when i try R> to access it with netscape. R> What sort of permissions do i need in this directory? Assuming the webserver is running as "nobody", your ~/public_html directory needs to have read and execute permission for "others" (chmod o+rx ~/public_html) and all files in ~/public_html need read permission for "others" (chmod -R o+r ~/public_html). HTH and Hope you have a very nice day, :-) Tim Ayers (tayers@bridge.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message