From owner-freebsd-ports@FreeBSD.ORG Sun Dec 16 23:26:37 2007 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D09716A417 for ; Sun, 16 Dec 2007 23:26:37 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from elsa.codelab.cz (elsa.codelab.cz [82.208.36.70]) by mx1.freebsd.org (Postfix) with ESMTP id CC3EE13C448 for ; Sun, 16 Dec 2007 23:26:36 +0000 (UTC) (envelope-from 000.fbsd@quip.cz) Received: from localhost (localhost.codelab.cz [127.0.0.1]) by elsa.codelab.cz (Postfix) with ESMTP id 10D8419E023; Mon, 17 Dec 2007 00:07:31 +0100 (CET) Received: from [192.168.1.2] (r3a200.net.upc.cz [213.220.192.200]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by elsa.codelab.cz (Postfix) with ESMTP id 7571319E019; Mon, 17 Dec 2007 00:07:24 +0100 (CET) Message-ID: <4765AFC5.1000109@quip.cz> Date: Mon, 17 Dec 2007 00:07:49 +0100 From: Miroslav Lachman <000.fbsd@quip.cz> User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.12) Gecko/20050915 X-Accept-Language: cz, cs, en, en-us MIME-Version: 1.0 To: Leo Vandewoestijne References: <20071216225015.GA89619@relay7.ucia.gov> In-Reply-To: <20071216225015.GA89619@relay7.ucia.gov> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org Subject: Re: mod_fastcgi X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Dec 2007 23:26:37 -0000 Leo Vandewoestijne wrote: > Hello, > > When I install the mod_fastcgi port, it starts to install Apache, > while I don't want it, as I've been using lighttpd, because I need > to handle over a billion requests per server per month. > > So, can Apache be dropped as requirement in the mod_fastcgi port? The port mod_fastcgi is Apache module - for apache only! If you want to use FastCGI with Lighttpd, you do not need to install this module. Lighttpd has its own built-in module for FastCGI. So just install Lighttpd and edit lighttpd.conf. Miroslav Lachman