Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 38469 invoked from network); 4 May 2005 22:41:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 May 2005 22:41:09 -0000 Received: (qmail 94474 invoked by uid 500); 4 May 2005 22:42:53 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 94458 invoked by uid 500); 4 May 2005 22:42:53 -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 94439 invoked by uid 99); 4 May 2005 22:42:52 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=RCVD_BY_IP X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: domain of jslive@gmail.com designates 64.233.184.205 as permitted sender) Received: from wproxy.gmail.com (HELO wproxy.gmail.com) (64.233.184.205) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 04 May 2005 15:42:52 -0700 Received: by wproxy.gmail.com with SMTP id 68so547176wra for ; Wed, 04 May 2005 15:40:41 -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:content-disposition:references; b=S8wrn+4f8E80FeWbUm1fQcuZKo/kuZhxKZe4XWiJHY8E4OQvFfN/HHKN+wSC95byAt0xbBmomIWR30hSy1ZVmKiCfsQ8eFficbNOX6SHPjCtXDPenKJP91LeXTc8jzS6+z7JJUwT8qHCZZGWfD6v76E0KL7c6raHUgZTkaCeaXs= Received: by 10.54.79.15 with SMTP id c15mr400021wrb; Wed, 04 May 2005 15:40:41 -0700 (PDT) Received: by 10.54.62.11 with HTTP; Wed, 4 May 2005 15:40:41 -0700 (PDT) Message-ID: Date: Wed, 4 May 2005 18:40:41 -0400 From: Joshua Slive Reply-To: Joshua Slive To: users@httpd.apache.org In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked Subject: Re: [users@httpd] problems accessing mounted directories X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 5/4/05, Ramsey, Robert L wrote: > > What does the apache error log say? > [Wed May 04 12:57:10 2005] [error] [client 128.255.136.100] > (13)Permission denied: access to /documents denied Ditch the symlinks. They shouldn't be necessary. The above error indicates a unix permissions problem. =20 Do you have SELinux running? If so, that is probably the problem.=20 Otherwise, try logging in as the same user specified in the httpd.conf User/Group and see if you can access the files. Joshua. --------------------------------------------------------------------- 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