From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 11:07:33 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F8741065672 for ; Tue, 21 Oct 2008 11:07:33 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (mail.computinginnovations.com [64.81.227.250]) by mx1.freebsd.org (Postfix) with ESMTP id 2D4208FC19 for ; Tue, 21 Oct 2008 11:07:32 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from p28.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.14.2/8.14.2) with ESMTP id m9LB7UW4028032; Tue, 21 Oct 2008 06:07:30 -0500 (CDT) (envelope-from derek@computinginnovations.com) Message-Id: <6.0.0.22.2.20081021060221.0257aff0@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Tue, 21 Oct 2008 06:07:15 -0500 To: David Karapetyan , freebsd-questions@freebsd.org From: Derek Ragona In-Reply-To: <20081021031603.GB45624@vagrant.hsd1.in.comcast.net> References: <20081021031603.GB45624@vagrant.hsd1.in.comcast.net> Mime-Version: 1.0 X-Antivirus: avast! (VPS 081020-0, 10/20/2008), Outbound message X-Antivirus-Status: Clean X-Virus-Scanned: ClamAV 0.94-exp/8458/Tue Oct 21 03:39:47 2008 on betty.computinginnovations.com X-Virus-Status: Clean X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-MailScanner-ID: m9LB7UW4028032 X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: Apache aliased directory invisible 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: Tue, 21 Oct 2008 11:07:33 -0000 At 10:16 PM 10/20/2008, David Karapetyan wrote: >FreeBSD office19.resnet.nd.edu 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0: >Wed Oct 1 10:10:12 UTC 2008 >root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 > >Hello all. I would like to make aliased directories in apache visible >from the directory root. An example: When I visit http://myserver.com/, >I would like to see the 'icons' folder (suppose that in my document root >I have directories 'bobo' and 'gogo', but that /icons is actually an >alias for /usr/local/share/icons). Bobo and gogo show up in the >directoroy listing when I access http://myserver.com, but not /icons. >How can I remedy this? add a symbolic link: ln -s /usr/local/share/icons [path to your doc root]/icons typically for apache22 this would be: ln -s /usr/local/share/icons /usr/local/www/apache22/data/icons -Derek -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.