From owner-freebsd-questions@FreeBSD.ORG Sat Apr 18 14:34:53 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 CD60B1065978 for ; Sat, 18 Apr 2009 14:34:53 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: from mail-qy0-f132.google.com (mail-qy0-f132.google.com [209.85.221.132]) by mx1.freebsd.org (Postfix) with ESMTP id 6DF788FC24 for ; Sat, 18 Apr 2009 14:34:53 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: by qyk38 with SMTP id 38so2593177qyk.3 for ; Sat, 18 Apr 2009 07:34:52 -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=yOX9bkkaabPgGSbrzCdsXD976o5v9s3K8SPc1afUf0g=; b=JLSE1nSFlykLwKoZutrwOU6WqsJcAfm0cGi6LDfcoFHYKPtFWbeuNBlAymvFyCTKsc Whn5AicInJkzH/lsSMhLeivtAwfKt195lPiCxWfwQia7zTkCplBVIYEZ8Ky5xFe5EKYy A5fmS8U2WicWCkZ7hGU5naixpMuq+xhIPR52I= 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=Ok/DLC6n65BznQcKO7aPlgtBsKbvA20wqN6UmtdzqbrMqIptDItMa40WJzeOk0aRSA BR3WMPzVz3OpMJcK9wknH3irTLOKzNfUObsU6yJ0cQdYO9gSQQ/zke1QSQiDCuZOfWT/ cRCvVsuuHCdhg2Gz+pZ2hRpFJJ/F9Q9rZpFio= MIME-Version: 1.0 Received: by 10.224.46.13 with SMTP id h13mr4872993qaf.180.1240065292924; Sat, 18 Apr 2009 07:34:52 -0700 (PDT) In-Reply-To: <308CF23D-AC64-4DA1-BF6F-BE77CB1A3BAE@olivent.com> References: <49E97102.3030400@awdcomp.net> <308CF23D-AC64-4DA1-BF6F-BE77CB1A3BAE@olivent.com> Date: Sat, 18 Apr 2009 11:34:52 -0300 Message-ID: <92e0db9f0904180734q153b200t248883ee7da7478d@mail.gmail.com> From: Rodrigo Gonzalez To: Mikel King 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: Sat, 18 Apr 2009 14:34:58 -0000 As a fastcgi not cgi, there is a difference....important one. for cgi request a new php process is started for a request. fastcgi is php listening for network requests and process can be reused. On 4/18/09, Mikel King wrote: > Most light weight webservers like nginx and lighttpd only run PHP as a > cgi mod. > > Cheers, > m! > > On Apr 18, 2009, at 2:19, Andrew wrote: > >> Hi All, >> >> Does anyone have any suggestions for a lightweight webserver that >> will run php? >> Apache is too bulky for what I need and thttpd won't allow me to run >> php. >> >> TIA >> Andrew >> _______________________________________________ >> freebsd-questions@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "freebsd-questions-unsubscribe@freebsd.org >> " > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >