Date: Mon, 25 Jun 2001 15:19:13 -0500 (CDT) From: Jason Nugent <malhavoc@stomped.com> To: Marcel Dijk <nascar24@home.nl> Cc: <freebsd-questions@FreeBSD.ORG> Subject: Re: your mail Message-ID: <Pine.BSF.4.33.0106251516110.8724-100000@smithers.stomped.com> In-Reply-To: <017401c0fdae$25825850$0900a8c0@testuser>
next in thread | previous in thread | raw e-mail | index | archive | help
The 403 Forbidden error is occurring because of a number of possible reasons: 1. you have no default index.html (or whatever the DirectoryIndex directive is set to) in that directory. 2. you have no default index.html set up and read permission is turned off on the directory in question. Without read permission, Apache can't build a directory listing. 3. You've got Indexing turned off (again, with no index.html file) in Apache's Options line for that particular directory. http://httpd.apache.org/docs/mod/core.html#options HTH, Jason On Mon, 25 Jun 2001 at 3:16pm, Marcel Dijk thought about > Hello, > > I have installed Webalizer and it's producing some nice reports. But I have > one problem. I want to show these reports to the world via my site. But when > I place a link to webalizer genereated index.html the user sees a FORBIDDEN > 403 error in their browser. > > What permissions do I have to set so that they can see them? And how do I do > that. > > TIA, > > Marcel > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ---------------------- Jason Nugent Aka MalHavoc Server Programmer and Administrator S T O M P E D . C O M For PGP public key: http://malhavoc.stomped.com 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?Pine.BSF.4.33.0106251516110.8724-100000>