From owner-freebsd-questions@FreeBSD.ORG Wed Aug 3 00:41:45 2005 Return-Path: X-Original-To: questions@freebsd.org 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 05F4316A41F for ; Wed, 3 Aug 2005 00:41:45 +0000 (GMT) (envelope-from david+dated+1123461702.c9ad21@skytracker.ca) Received: from 3s1.com (3s1.com [209.161.205.12]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C38243D46 for ; Wed, 3 Aug 2005 00:41:44 +0000 (GMT) (envelope-from david+dated+1123461702.c9ad21@skytracker.ca) Received: from 3s1.com (localhost [127.0.0.1]) by 3s1.com (8.12.8p1/8.12.8) with ESMTP id j730fgQL022499 for ; Tue, 2 Aug 2005 20:41:42 -0400 (EDT) (envelope-from david+dated+1123461702.c9ad21@skytracker.ca) Received: (from david@localhost) by 3s1.com (8.12.8p1/8.12.8/Submit) id j730fgmH022498 for questions@freebsd.org; Tue, 2 Aug 2005 20:41:42 -0400 (EDT) (envelope-from david+dated+1123461702.c9ad21@skytracker.ca) X-Authentication-Warning: 3s1.com: david set sender to david+dated+1123461702.c9ad21@skytracker.ca using -f Received: by 3s1.com (tmda-sendmail, from uid 1000); Tue, 02 Aug 2005 20:41:42 -0400 (EDT) Date: Tue, 2 Aug 2005 20:41:42 -0400 To: questions@freebsd.org Message-ID: <20050803004141.GA3788@skytracker.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i From: David Banning X-Delivery-Agent: TMDA/1.0.2 (Bold Forbes) Cc: Subject: running lighttpd with FastCGI 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: Wed, 03 Aug 2005 00:41:45 -0000 I am attempting to run lighttpd with FastCGI. I understand I must first get FastCGI support into php4. Can anyone point me in the right direction? I have tried all types of switches while compiling php4. I have been looking for any switches I can set by scanning through the Makefile of php4 in the ports. --