From owner-freebsd-questions@FreeBSD.ORG Sun Apr 25 08:38:41 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2BC481065676 for ; Sun, 25 Apr 2010 08:38:41 +0000 (UTC) (envelope-from fbsd1@a1poweruser.com) Received: from mail-03.name-services.com (mail-03.name-services.com [69.64.155.195]) by mx1.freebsd.org (Postfix) with ESMTP id 0540D8FC20 for ; Sun, 25 Apr 2010 08:38:40 +0000 (UTC) Received: from [10.0.10.3] ([202.69.173.22]) by mail-03.name-services.com with Microsoft SMTPSVC(6.0.3790.3959); Sun, 25 Apr 2010 01:38:40 -0700 Message-ID: <4BD3FF8E.6080500@a1poweruser.com> Date: Sun, 25 Apr 2010 16:38:38 +0800 From: Fbsd1 User-Agent: Thunderbird 2.0.0.17 (Windows/20080914) MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 25 Apr 2010 08:38:41.0160 (UTC) FILETIME=[B52DA880:01CAE452] X-Sender: fbsd1@a1poweruser.com Subject: apache & Perl CGI programs X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Apr 2010 08:38:41 -0000 I have Perl and apache installed on my system. Do I have to do anything additional to get apache to run Perl CGI programs? Is putting the perl script in the cgi-bin directory at /usr/local/www/data all it takes to make things work?