From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 14:54:20 2005 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 C451116A4CE for ; Fri, 28 Jan 2005 14:54:20 +0000 (GMT) Received: from fusion.vilot.net (vilot.com [64.246.32.88]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4ABA043D5C for ; Fri, 28 Jan 2005 14:54:20 +0000 (GMT) (envelope-from tom@vilot.com) Received: from [192.168.1.102] (c-24-8-184-241.client.comcast.net [24.8.184.241]) (authenticated bits=0) by fusion.vilot.net (8.13.1/8.12.9) with ESMTP id j0SEoh1C040538; Fri, 28 Jan 2005 08:50:45 -0600 (CST) (envelope-from tom@vilot.com) Message-ID: <41FA521B.90303@vilot.com> Date: Fri, 28 Jan 2005 07:54:19 -0700 From: Tom Vilot User-Agent: Mozilla Thunderbird 1.0 (X11/20050124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: "Chad Leigh -- Shire.Net LLC" References: <5E965CFE-70A8-11D9-B134-000D933E3CEC@shire.net> <41F9C5D8.7070608@vilot.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: FreeBSD Questions Subject: Re: lots of apache "httpsd" processes in "sbwait" 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: Fri, 28 Jan 2005 14:54:20 -0000 > > > Are you running mod_perl or php or something? Yep! mod_perl and php ... I'm thinking of breaking all that out: one main httpd config which runs all static sites, and uses mod_rewrite to forward to other httpd servers on different ports for the mod_perl and php sites...