From owner-freebsd-questions@FreeBSD.ORG Sat Sep 10 16:56:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E957816A41F for ; Sat, 10 Sep 2005 16:56:07 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from forrie.com (forrie.hsd1.ma.comcast.net [24.147.45.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FCEA43D45 for ; Sat, 10 Sep 2005 16:56:07 +0000 (GMT) (envelope-from forrie@forrie.com) Received: from [192.168.1.99] ([192.168.1.99]) (authenticated bits=0) by forrie.com with ESMTP id j8AGu5rQ007296; Sat, 10 Sep 2005 12:56:06 -0400 (EDT) (envelope-from forrie@forrie.com) Message-ID: <4323109F.6030102@forrie.com> Date: Sat, 10 Sep 2005 12:58:07 -0400 From: Forrest Aldrich User-Agent: Mozilla Thunderbird 1.0.6 (Windows/20050908) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jpeg@thilelli.net References: <4321D164.5000602@forrie.com> <54399.192.168.1.20.1126354508.squirrel@webmail.thilelli.net> In-Reply-To: <54399.192.168.1.20.1126354508.squirrel@webmail.thilelli.net> X-Virus-Scanned: ClamAV version 0.86.2, clamav-milter version 0.86 on forrie.com X-Virus-Status: Clean Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-questions@freebsd.org Subject: Re: sysctl or system tweak for symbolic links? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 10 Sep 2005 16:56:08 -0000 The problem was fairly hidden. It turns out that one of the directories in the PATH of the symbolic link did not have the search bits enabled (permissions). Once that was adjusted, it worked fine. This turns out to be a problem with Apache-2, since it should report a better (unambiguous) error - there is a bug report filed about it. Thanks. Julien Gabel wrote: >>Using FreeBSD_6.0_Beta4 (applies to Beta2, also). >> >> > >Not related to FreeBSD versions, i think. > > > >>I'm trying to track down a problem I've been having with apache-2.0.54 >>not following symbolic links. >> >>It's basically come down to my being able to follow the link if it's in >>the same directory structure (ie: .. or /path/to/..), but fails if the >>symbolic link is located elsewhere (ie: /usr/local/path/directory) or on >>another disk. >> >> > >It is the `normal' behaviour for Apache, AFAIK. > > > >>I wonder if there's a sysctl or other system variable that handles the >>behavior of or access to symbolic links in this fashion that I may have >>missed. Seemed like a reasonable conclusion after these tests have >>been failing, though it could be something else, too. >> >> > >Don't know if it is possible (and advisable) to succeed in following an >external link this way. More help/answers may be obtain from the Apache >people, since it seems more an httpd configuration trick, than a FreeBSD >one. > > >