Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 52645 invoked from network); 7 Apr 2005 13:39:44 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 7 Apr 2005 13:39:44 -0000 Received: (qmail 34526 invoked by uid 500); 7 Apr 2005 13:39:28 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 34510 invoked by uid 500); 7 Apr 2005 13:39:28 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 34497 invoked by uid 99); 7 Apr 2005 13:39:27 -0000 X-ASF-Spam-Status: No, hits=0.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,RCVD_BY_IP,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of kevinold@gmail.com designates 64.233.162.197 as permitted sender) Received: from zproxy.gmail.com (HELO zproxy.gmail.com) (64.233.162.197) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 07 Apr 2005 06:39:26 -0700 Received: by zproxy.gmail.com with SMTP id 16so143943nzp for ; Thu, 07 Apr 2005 06:39:23 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=o8GU/wnRWKdJDWQlBoF1ax1jnRKjWXkIKEt6j3ODYXLx0VtZ1JATpEZwZIki+e6lPvCm8377mbQGSTd5f5in5Ag34nrZHDzf4dE49RFcwEm//ND3RcdrarJC/YO0i10hneFqo38p9ti44v6mQKL+64kMusam8NPgB2YMYhGaazk= Received: by 10.36.33.8 with SMTP id g8mr58002nzg; Thu, 07 Apr 2005 06:39:23 -0700 (PDT) Received: by 10.36.86.11 with HTTP; Thu, 7 Apr 2005 06:39:23 -0700 (PDT) Message-ID: <69d3ac770504070639dd01ee8@mail.gmail.com> Date: Thu, 7 Apr 2005 09:39:23 -0400 From: Kevin Old Reply-To: Kevin Old To: users@httpd.apache.org In-Reply-To: <69d3ac7705040706358ba1fbb@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <20050406175157.36472.qmail@web53806.mail.yahoo.com> <69d3ac7705040706358ba1fbb@mail.gmail.com> X-Virus-Checked: Checked Subject: Re: [users@httpd] Trying to access directory index outside doc root X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Apr 7, 2005 9:35 AM, Kevin Old wrote: > On Apr 6, 2005 1:51 PM, Robert Zagarello wrote: > > > > Kevin, > > > > My apache config file shows the realname enclosed in > > quotes with a terminating slash in the Alias > > directive, so try: > > > > Alias /excessinvarch/ "/home/kdo/working/excessinv/" > > > > Thanks for your help. I think that the problem is file system > permissions. My Apache processes are running as user and group > "apache", but the data under /home/kdo/working/excessinv is (of > course) owned by user "kdo". > > One "fix" is to set all the permissions on my directories under > /home/kdo to 777. It's insecure though. Isn't there a way to tell > apache who own's a certain directory? Maybe with the user and group > commands in a block? > > Any help is appreciated! > Kevin > -- > Kevin Old > kevinold@gmail.com > One final note, the error I'm getting when trying to access the alias is a 403 Forbidden. -- Kevin Old kevinold@gmail.com --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org