Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 15726 invoked by uid 500); 30 Apr 2002 08:01:15 -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 15659 invoked from network); 30 Apr 2002 08:01:13 -0000 Received: from unknown (HELO tangolan.com) (66.28.224.204) by daedalus.apache.org with SMTP; 30 Apr 2002 08:01:13 -0000 Received: from mramd [12.224.237.169] by tangolan.com [66.28.224.204] with SMTP (MDaemon.PRO.v5.0.1.R) for ; Tue, 30 Apr 2002 03:03:35 -0500 Message-ID: <004b01c1f01d$621bee40$0201a8c0@mramd> Reply-To: "Alex Togstad" From: "Alex Togstad" To: References: <006501c1f013$1e32b8d0$0201a8c0@mithrilhall> Subject: Re: Enabling CGI on Apache 1.3.23 Date: Tue, 30 Apr 2002 01:02:30 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MDRemoteIP: 12.224.237.169 X-Return-Path: sniper@3dretreat.com X-MDaemon-Deliver-To: users@httpd.apache.org X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Under the Script Alias put this: ========================================= AllowOverride None Options Includes ExecCGI MultiViews FollowSymLinks Order allow,deny Allow from all ========================================= The above refers to if the cgi-bin was located on "C" ----- Original Message ----- From: "Eric Estes -=RCN Mail=-" To: "Apache" Sent: Monday, April 29, 2002 11:48 PM Subject: Enabling CGI on Apache 1.3.23 > I'm trying to get cgi to work on my Apache 1.3.23 Mandrake 8.2 computer. > I was told by someone on a forum to add this line to my httpd.conf file: > > ScriptAlias /cgi-bin/ /var/www/cgi-bin/ > > I added the line and restarted Apache but it has not made any > difference. I can run cgi and perl scripts from the shell but I can run > them from a browser. I set the permissions correctly and even set them > to 777 just to make sure and they still can't be executed from a > browser. > > If I type http://mithrilhall.redirectme.net/cgi-bin/test.cgi or > http://mithrilhall.redirectme.net/cgi-bin/test.pl I get back the > following message: > > Forbidden > You don't have permission to access /cgi-bin/test.cgi on this server. > > > ------------------------------------------------------------------------ > -------- > > Apache-AdvancedExtranetServer/1.3.23 Server at Mithrilhall.Linux Port 80 > > > If anyone can point me in the right direction I would greatly apprciate > it. > Eric > > > Mithrilhall's Linux Server > AMD-K2 350MHz > http://mithrilhall.redirectme.net > > This email has been scanned with Norton AntiVirus > > > > --------------------------------------------------------------------- > 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 > For additional commands, e-mail: users-help@httpd.apache.org > > --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org