From owner-freebsd-questions@FreeBSD.ORG Sat Feb 28 09:38:54 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D96D316A4CE for ; Sat, 28 Feb 2004 09:38:54 -0800 (PST) Received: from dyer.circlesquared.com (host217-45-219-83.in-addr.btopenworld.com [217.45.219.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 82FF443D1F for ; Sat, 28 Feb 2004 09:38:49 -0800 (PST) (envelope-from peter@circlesquared.com) Received: from circlesquared.com (localhost.petanna.net [127.0.0.1]) i1SHd31J034851; Sat, 28 Feb 2004 17:39:14 GMT (envelope-from peter@circlesquared.com) Message-ID: <4040D237.9060804@circlesquared.com> Date: Sat, 28 Feb 2004 17:39:03 +0000 From: Peter Risdon User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5b) Gecko/20031102 X-Accept-Language: en-us, en MIME-Version: 1.0 To: fbsd_user@a1poweruser.com References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: "freebsd-questions@FreeBSD. ORG" Subject: Re: run perl scrip with post form from apache X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 Feb 2004 17:38:55 -0000 fbsd_user wrote: >All ready had sim.pl set as 770 and owner as www and group as wheel > > > > >>The httpd-error.log has these messages now >> >>(2)No such file or directory: exec of /usr/local/www/data/sim.pl >> >> Just a thought - where does your ScriptAlias line in httpd.conf point? The default is: ScriptAlias /cgi-bin/ "/usr/local/www/cgi-bin/" and your script needs to be in there to execute as cgi. Your script is in the document root /usr/local/www/data PWR.