From owner-freebsd-questions Mon Jun 25 13:19: 3 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smithers.stomped.com (smithers.stomped.com [216.17.56.2]) by hub.freebsd.org (Postfix) with SMTP id 2DC5C37B409 for ; Mon, 25 Jun 2001 13:18:59 -0700 (PDT) (envelope-from malhavoc@stomped.com) Received: (qmail 8874 invoked by uid 1041); 25 Jun 2001 20:19:13 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 25 Jun 2001 20:19:13 -0000 Date: Mon, 25 Jun 2001 15:19:13 -0500 (CDT) From: Jason Nugent To: Marcel Dijk Cc: Subject: Re: your mail In-Reply-To: <017401c0fdae$25825850$0900a8c0@testuser> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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