Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:23190 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 97598 invoked by uid 1010); 8 May 2006 03:02:26 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 97583 invoked from network); 8 May 2006 03:02:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 8 May 2006 03:02:26 -0000 X-PHP-List-Original-Sender: iamstever@gmail.com X-Host-Fingerprint: 66.249.92.173 ug-out-1314.google.com Linux 2.4/2.6 Received: from ([66.249.92.173:26394] helo=ug-out-1314.google.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 53/12-63443-2C4BE544 for ; Sun, 07 May 2006 23:02:26 -0400 Received: by ug-out-1314.google.com with SMTP id m3so81863uge for ; Sun, 07 May 2006 20:02:22 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VRsXGmDf3LtLIXJ6dGbdMgR34K5J4yOZISOoouSS0jId18zMPaxuAPZSTCPluDQh/Z5uel4t6c0YfjxfOiZQ9yyFS0YnOamDRi6xvmERhoMw/7wbtTo2n4SvJxB2eRbc18xNozQNmnSpQS4L6nlvjXarJpNk1pC9fBc6brUXGNA= Received: by 10.78.33.17 with SMTP id g17mr508707hug; Sun, 07 May 2006 20:02:22 -0700 (PDT) Received: by 10.78.25.19 with HTTP; Sun, 7 May 2006 20:02:22 -0700 (PDT) Message-ID: <57792e850605072002x224772a7s394281e211aa03d1@mail.gmail.com> Date: Sun, 7 May 2006 20:02:22 -0700 To: "=?ISO-8859-1?Q?Erik_Franz=E9n?=" Cc: internals@lists.php.net In-Reply-To: <2A448957-8216-45CB-9788-EABCBED6BABA@daleenterprise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <2A448957-8216-45CB-9788-EABCBED6BABA@daleenterprise.com> Subject: Re: [PHP-DEV] Status for apache 2 and PHP - still not recomendable? From: iamstever@gmail.com (steve) Apache 2 is fine. You can even use threaded MPMs, just use FastCGI. Personally, I found it to work better than Apache 1.3 with mod_php, but that's just me... -steve--