From owner-freebsd-questions Wed May 17 5:52:59 2000 Delivered-To: freebsd-questions@freebsd.org Received: from draenor.org (draenor.org [196.36.119.129]) by hub.freebsd.org (Postfix) with ESMTP id 2B7D437BC30 for ; Wed, 17 May 2000 05:52:47 -0700 (PDT) (envelope-from marcs@draenor.org) Received: from marcs by draenor.org with local (Exim 3.13 #1) id 12s3JC-000G9X-00; Wed, 17 May 2000 14:52:18 +0200 Date: Wed, 17 May 2000 14:52:18 +0200 From: Marc Silver To: Chris Walterhouse Cc: questions@FreeBSD.org Subject: Re: perl and cgi Message-ID: <20000517145218.A61764@draenor.org> References: <000101bfbffc$8adbfd00$61442a18@cr82452-a.pr1.on.wave.home.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000101bfbffc$8adbfd00$61442a18@cr82452-a.pr1.on.wave.home.com>; from chris@tattoos.com on Wed, May 17, 2000 at 08:36:36AM -0400 X-Operating-System: FreeBSD 4.0-STABLE Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hey there, On Wed, May 17, 2000 at 08:36:36AM -0400, Chris Walterhouse wrote: > Our company just purchased a new server running FreeBSD but we have a couple > of questions that our server support can't answer because he's out of town > for a while: > > 1. where would you find the path to perl 5 if you were to FTP into the > server? We're not sure is perl is installed or not. Perl can be found in /usr/bin. > 2. where would you find the cgi bin in a freeBSD server? do you have to make > one? You would have to install the apache port for this. See /usr/ports/www/apache13 to install it. Once you've installed that port, your cgi-bin directory should be in /usr/local/www/cgi-bin. You can obviously change this in the httpd.conf file. > We were running a BSDI server with all this stuff installed and ready to go > before changing to freeBSD so we're not sure about the above. Hope this helps. Cheers, Marc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message