Date: Sat, 7 Aug 1999 15:40:10 +1000 From: Jim Mock <jim@blues.ghis.net> To: David Vondrasek <david@davidv.net> Cc: questions@FreeBSD.org Subject: Re: Quick Apache Question Message-ID: <19990807154010.A37443@blues.ghis.net> In-Reply-To: <199908070531.AAA03579@ns1.davidv.net> References: <199908070531.AAA03579@ns1.davidv.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[followed up to -questions where it belongs] On Sat, 07 Aug 1999 at 00:30:22 -0500, David Vondrasek wrote: > Anyone tell me the line that I need to the conf to stop getting > FORBIDDEN errors on a directory with no index.html file ? > went to Apache/1.3.6 and this started. > I *like* to be able to see a directory contents. Add Indexes to the Options line of the directive in question. I.e., <Directory /usr/local/www/htdocs> Options FollowSymLinks Indexes ... ... ... </Directory> -- - Jim Mock - jim@blues.ghis.net - systems administrator - ghis.NET - - work: http://www.ghis.net/ - personal: http://www.ghis.net/~jim/ - - FreeBSD 'zine: http://www.freebsdzine.org/ - jim@freebsdzine.org - - FreeBSD: Bringing UNIX to the masses --- http://www.freebsd.org/ - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990807154010.A37443>