Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 33541 invoked from network); 24 May 2007 17:42:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 24 May 2007 17:42:59 -0000 Received: (qmail 18627 invoked by uid 500); 24 May 2007 17:42:46 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 18558 invoked by uid 500); 24 May 2007 17:42:46 -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: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 18533 invoked by uid 99); 24 May 2007 17:42:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 10:42:45 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jslive@gmail.com designates 64.233.162.226 as permitted sender) Received: from [64.233.162.226] (HELO nz-out-0506.google.com) (64.233.162.226) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 May 2007 10:42:40 -0700 Received: by nz-out-0506.google.com with SMTP id v1so578834nzb for ; Thu, 24 May 2007 10:42:19 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=fGym6k5BI/V1wMIdyrB4zfI8YbsgnsWvii4ty1Ymzmnqa/fiBwgA4nQKkSCrju5kKuNteCGyvfRoF3VrWkAxoTfCl1twTt67O1GgMedABLHsYPndH2YeWJD+E7RMzhCVQcD52BMjh7sEpbydnRRf2sqr86B6j11WTg5fJWPYnZc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=MtCNjFgv5VJ4z4H7m4TOyqB+WbJVgxC3g7RXI8W8eyCxf0gVVKFXoWLngZuaNv0ZL9ePT3PDCg9SGNRdoXTV//NfGsoFdOVzeB2fAPP3Vmpr1Z3ucHssvNKqAN7CA83QPIxB07pY2OObzftUoGZPnqOJ8fNsjkTI2zHHHFxlP0k= Received: by 10.114.197.1 with SMTP id u1mr1038120waf.1180028535755; Thu, 24 May 2007 10:42:15 -0700 (PDT) Received: by 10.114.53.5 with HTTP; Thu, 24 May 2007 10:42:15 -0700 (PDT) Message-ID: Date: Thu, 24 May 2007 13:42:15 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: <9F3F0A752CAEBE4FA7E906CC2FBFF57C249924@MERCURY.inside.istor.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <9F3F0A752CAEBE4FA7E906CC2FBFF57C249924@MERCURY.inside.istor.com> X-Google-Sender-Auth: c21badcf9f346f39 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] UserDir question On 5/24/07, Chris Carlson wrote: > I don't think so. Here's the uname: > > Linux swmpu 2.6.9-42.ELsmp #1 SMP Wed Jul 12 23:27:17 EDT 2006 i686 i686 > i386 GNU/Linux SELinux is not a distribution of linux. It is a set of kernel patches and related libraries that introduce finer-grained security controls. See, for example: http://docs.fedoraproject.org/selinux-apache-fc3/ As discussed here: http://wiki.apache.org/httpd/Errors/13PermissionDenied the error you see in the error log can occur only when the OS denies file-system permissions to access the relevant content. Since your regular (chmod) permissions are correct, then next place to look is SELinux. As the wiki mentions "setenforce 0" is one way to test if SELinux is causing the problem. 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