From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9DD1B138010 for ; Sun, 30 Sep 2012 16:39:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D28C6E05DB; Sun, 30 Sep 2012 16:39:07 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id 01AE6E058F for ; Sun, 30 Sep 2012 16:37:18 +0000 (UTC) Received: from ajglap.localdomain (ool-182de1a5.dyn.optonline.net [24.45.225.165]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id q8UGbHmm006671 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sun, 30 Sep 2012 12:37:18 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id DB1BF700FE; Sun, 30 Sep 2012 12:36:42 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] USERDIR problem with apache on new install (SOLVED) References: <5067E9C9.8010600@alyf.net> Date: Sun, 30 Sep 2012 12:36:42 -0400 In-Reply-To: <5067E9C9.8010600@alyf.net> (Andrea Conti's message of "Sun, 30 Sep 2012 08:42:17 +0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain X-Archives-Salt: feef0f11-5f09-4e59-8e9e-42f74c3a2623 X-Archives-Hash: e4f1c37e06c993ac281fbbebc69871ab On Sun, Sep 30 2012, Andrea Conti wrote: > The default mod_userdir configuration > (/etc/apache2/modules.d/00_mod_userdir.conf, of which you pasted an > excerpt in the other email) only sets an "Allow from all" for > directories in the form "/home/*/public_html", which does not include > anything under /local. > > You can either change your home directory, or add > > > Order allow,deny > Allow from all > > [whatever other options you need] > I see. I prefer changing my home directory as nothing needs to be done with new apache releases. > As for the "FollowSymlinks" and "SymlinksIfOwnerMatch" options, I'm not > sure they apply here: they should only affect whether the server follows > symlinks *within* the document root, not symlinks in the path *leading > to* the document root. OK. thank you very much for the clear explanations. allan