From owner-freebsd-questions@FreeBSD.ORG Fri Mar 26 14:28:54 2010 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BCD8C106564A for ; Fri, 26 Mar 2010 14:28:54 +0000 (UTC) (envelope-from aimass@yabarana.com) Received: from mail-qy0-f200.google.com (mail-qy0-f200.google.com [209.85.221.200]) by mx1.freebsd.org (Postfix) with ESMTP id 81DCC8FC1D for ; Fri, 26 Mar 2010 14:28:54 +0000 (UTC) Received: by qyk38 with SMTP id 38so1586323qyk.9 for ; Fri, 26 Mar 2010 07:28:53 -0700 (PDT) MIME-Version: 1.0 Sender: aimass@yabarana.com Received: by 10.229.98.138 with HTTP; Fri, 26 Mar 2010 07:01:42 -0700 (PDT) In-Reply-To: References: <201003261602378286864@ceopen.cn> Date: Fri, 26 Mar 2010 09:31:42 -0430 X-Google-Sender-Auth: 145dbd5e58840f1b Received: by 10.229.211.140 with SMTP id go12mr1237078qcb.49.1269612102312; Fri, 26 Mar 2010 07:01:42 -0700 (PDT) Message-ID: From: Alejandro Imass To: questions Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: Install httpd.2.2.14 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: Fri, 26 Mar 2010 14:28:54 -0000 On Fri, Mar 26, 2010 at 9:29 AM, Alejandro Imass wrote: > On Fri, Mar 26, 2010 at 3:32 AM, yuanxuqiang wrot= e: >> Hello, >> =A0 =A0 I use FreeBSD 7,and install httpd2.2.14; but >> use MPM "prefork",perl cgi don't well run.when runing >> cgi,would appear : [..] > Yes, I know, people will tell you stay away from perl threads like the > page, but in fact I have found situations where it makes perfect sense I meant to write "the plague" ;-) > to use worker with mod_perl instead of prefork. > > In any case, from your log snip, it seems obviuos that Apache is [...]