Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 56686 invoked from network); 26 Jan 2004 20:01:13 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 26 Jan 2004 20:01:13 -0000 Received: (qmail 71576 invoked by uid 500); 26 Jan 2004 20:00:51 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 71406 invoked by uid 500); 26 Jan 2004 20:00:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 71389 invoked from network); 26 Jan 2004 20:00:50 -0000 Received: from unknown (HELO munk.nu) (213.152.51.194) by daedalus.apache.org with SMTP; 26 Jan 2004 20:00:50 -0000 Received: from munk by munk.nu with local (Exim 4.30; FreeBSD) id 1AlCuj-000KN1-DL; Mon, 26 Jan 2004 20:00:53 +0000 Date: Mon, 26 Jan 2004 20:00:53 +0000 From: Jez Hancock To: Chuck Haron Cc: users@httpd.apache.org Message-ID: <20040126200053.GA77977@users.munk.nu> Mail-Followup-To: Chuck Haron , users@httpd.apache.org References: <64B0EE14-4F9C-11D8-9564-000A9594E37C@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <64B0EE14-4F9C-11D8-9564-000A9594E37C@comcast.net> User-Agent: Mutt/1.4.1i Sender: Jez Hancock X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Subject: Re: [users@httpd] Permissions Problem X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Sun, Jan 25, 2004 at 06:10:13PM -0700, Chuck Haron wrote: > I'm getting the following error: > --- > Forbidden > You don't have permission to access /cgi-bin/spellchecker.pl on this > server. > > Apache/1.3.26 Server at sloxmail.cognitive.com Port 80 > --- > > httpd.conf contains following > --- > > AllowOverride None > Options None > Order allow,deny > Allow from all > > --- Try changing the Options directive to: Options ExecCGI in the Directory stub above. -- Jez Hancock - System Administrator / PHP Developer http://munk.nu/ http://jez.hancock-family.com/ - Another FreeBSD Diary http://ipfwstats.sf.net/ - ipfw peruser traffic logging --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org