From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 07:52:58 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 5446D1065670 for ; Tue, 21 Oct 2008 07:52:58 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from smtp.infracaninophile.co.uk (gate6.infracaninophile.co.uk [IPv6:2001:8b0:151:1::1]) by mx1.freebsd.org (Postfix) with ESMTP id BBB7F8FC22 for ; Tue, 21 Oct 2008 07:52:57 +0000 (UTC) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) (authenticated bits=0) by smtp.infracaninophile.co.uk (8.14.3/8.14.3) with ESMTP id m9L7qqwo038558; Tue, 21 Oct 2008 08:52:52 +0100 (BST) (envelope-from m.seaman@infracaninophile.co.uk) X-DKIM: Sendmail DKIM Filter v2.7.2 smtp.infracaninophile.co.uk m9L7qqwo038558 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=infracaninophile.co.uk; s=200708; t=1224575573; bh=8eukW7E7CgMWjY 1AlPBP9RPh9oorCZZPiajd0IUjvVc=; h=Message-ID:Date:From:MIME-Version: To:CC:Subject:References:In-Reply-To:Content-Type:Cc:Content-Type: Date:From:In-Reply-To:Message-ID:Mime-Version:References:To; z=Mes sage-ID:=20<48FD8A54.4010603@infracaninophile.co.uk>|Date:=20Tue,=2 021=20Oct=202008=2008:52:52=20+0100|From:=20Matthew=20Seaman=20|Organization:=20Infracaninophile|User -Agent:=20Thunderbird=202.0.0.17=20(X11/20080929)|MIME-Version:=201 .0|To:=20David=20Karapetyan=20|CC:=20fr eebsd-questions@freebsd.org|Subject:=20Re:=20Apache=20aliased=20dir ectory=20invisible|References:=20<20081021031603.GB45624@vagrant.hs d1.in.comcast.net>|In-Reply-To:=20<20081021031603.GB45624@vagrant.h sd1.in.comcast.net>|X-Enigmail-Version:=200.95.6|Content-Type:=20mu ltipart/signed=3B=20micalg=3Dpgp-sha256=3B=0D=0A=20protocol=3D"appl ication/pgp-signature"=3B=0D=0A=20boundary=3D"------------enigCE118 F23A8C072F64A6D13FD"; b=o2+NRgSuT0iHKKiY4Nn6eoq3FIugKeF75bRoSQHT8Cw yDC03f0m9eVV3zrh5izck3eEmE7bLl5aX01KJYaYtqkioXATVufzQGWKMuZW9GjinIq eklm2ap5fH0aawFZGmrNnhw/mIjqbx44wJK8P2CC4Zq9Vmuie7it8sHgs+mYE= Message-ID: <48FD8A54.4010603@infracaninophile.co.uk> Date: Tue, 21 Oct 2008 08:52:52 +0100 From: Matthew Seaman Organization: Infracaninophile User-Agent: Thunderbird 2.0.0.17 (X11/20080929) MIME-Version: 1.0 To: David Karapetyan References: <20081021031603.GB45624@vagrant.hsd1.in.comcast.net> In-Reply-To: <20081021031603.GB45624@vagrant.hsd1.in.comcast.net> X-Enigmail-Version: 0.95.6 Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="------------enigCE118F23A8C072F64A6D13FD" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.0.1 (smtp.infracaninophile.co.uk [IPv6:::1]); Tue, 21 Oct 2008 08:52:53 +0100 (BST) X-Virus-Scanned: ClamAV 0.94/8457/Tue Oct 21 04:05:55 2008 on happy-idiot-talk.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VERIFIED,NO_RELAYS autolearn=ham version=3.2.5 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on happy-idiot-talk.infracaninophile.co.uk Cc: freebsd-questions@freebsd.org 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 07:52:58 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigCE118F23A8C072F64A6D13FD Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable David Karapetyan wrote: > FreeBSD office19.resnet.nd.edu 7.0-RELEASE-p5 FreeBSD 7.0-RELEASE-p5 #0= :=20 > Wed Oct 1 10:10:12 UTC 2008 =20 > root@i386-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC i386 >=20 > Hello all. I would like to make aliased directories in apache visible=20 > from the directory root. An example: When I visit http://myserver.com/,= =20 > I would like to see the 'icons' folder (suppose that in my document roo= t=20 > I have directories 'bobo' and 'gogo', but that /icons is actually an=20 > alias for /usr/local/share/icons). Bobo and gogo show up in the=20 > directoroy listing when I access http://myserver.com, but not /icons. = > How can I remedy this? >=20 Options Indexes for the icons area? Create a stub directory "icons" under your web-root? Don't use Aliases within apache, but create symlinks instead and tell Apache to FollowSymLinks? One or other of those should work... Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 7 Priory Courtyard Flat 3 PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate Kent, CT11 9PW --------------enigCE118F23A8C072F64A6D13FD Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEAREIAAYFAkj9ilQACgkQ8Mjk52CukIzLFACfVA8hti43kIzT/KQrCBPiq8b+ //YAn1WUTIMPAsHhF+5hwpNz1KyICVpm =yHK4 -----END PGP SIGNATURE----- --------------enigCE118F23A8C072F64A6D13FD--