From owner-freebsd-questions@FreeBSD.ORG Sun Apr 19 14:10:18 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 28DD5106566B for ; Sun, 19 Apr 2009 14:10:18 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: from mail-qy0-f105.google.com (mail-qy0-f105.google.com [209.85.221.105]) by mx1.freebsd.org (Postfix) with ESMTP id D2B388FC12 for ; Sun, 19 Apr 2009 14:10:17 +0000 (UTC) (envelope-from biancalana@gmail.com) Received: by qyk3 with SMTP id 3so169442qyk.3 for ; Sun, 19 Apr 2009 07:10:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=jr/L1rMnYMhiBnmvh+qxwGe9YY5MzMPK6yFCehWLyyk=; b=E800oi4IaGHHtt90qAJAsgFQ/O1w/Ii4tngzWaeXMw7ZzGTTDGfEkwgeRZIADg0DA+ TJdw0N4P3DMIV7ekBs4gS8/X9TsbqAktpQRSPwMOjZS2Vuyz8a3rnXI52zsBhww06in+ IOQxU31bil7PD43MSa0QbQdCNh02kkHWD+o1Q= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=JQpeFJ46PWZM5AXxP04Y2gguK/vznsNKD9vch5NdD8UobzHoAu/N2HtjC57KfCl8Qq r8waNeEgGWuLw0is7al5m5DYbG/4KN53Ny5LplKJ1Ipldbfx+ha38WmKlBnSLIwpcxZo dmZhMoavh7Z843j3cISvYXu7nUv3IV5reMyMw= MIME-Version: 1.0 Received: by 10.220.92.194 with SMTP id s2mr4573012vcm.10.1240148751588; Sun, 19 Apr 2009 06:45:51 -0700 (PDT) In-Reply-To: <27ade5280904181803w2f33e7ceu406d22a8667999b8@mail.gmail.com> References: <49E97102.3030400@awdcomp.net> <27ade5280904181803w2f33e7ceu406d22a8667999b8@mail.gmail.com> Date: Sun, 19 Apr 2009 10:45:51 -0300 Message-ID: <8e10486b0904190645y4c77d68cid8bde56b54e291bf@mail.gmail.com> From: Alexandre Biancalana To: APseudoUtopia Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Andrew , freebsd-questions@freebsd.org Subject: Re: lightweight webserver that can run php 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: Sun, 19 Apr 2009 14:10:18 -0000 On 4/18/09, APseudoUtopia wrote: > On Sat, Apr 18, 2009 at 2:19 AM, Andrew wrote: ... > > > If you choose to run php via FastCGI, check out PHP-FPM. It's a patch > that greatly speeds up php's FastCGI performance. It honestly does > help significantly. There's a FreeBSD port in the "Archives Download" > section of the website. > http://php-fpm.anight.org/ Can you explain PHP-FPM ? Some parts of http://php-fpm.anight.org/ are not written in english... Regards,