From owner-freebsd-questions@FreeBSD.ORG Sat Apr 18 12:33:16 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 A0CF21066146 for ; Sat, 18 Apr 2009 12:33:16 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: from qw-out-2122.google.com (qw-out-2122.google.com [74.125.92.26]) by mx1.freebsd.org (Postfix) with ESMTP id 4682E8FC19 for ; Sat, 18 Apr 2009 12:33:16 +0000 (UTC) (envelope-from rjgonzale@gmail.com) Received: by qw-out-2122.google.com with SMTP id 3so57789qwe.7 for ; Sat, 18 Apr 2009 05:33:15 -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=trGMUiY1np/hP5n/ndkqIPGqgOIlGPi80gwRMk9xKSQ=; b=FsY5h3BYLQHwPxhzHMcGHm57SpphnqwLdJGW/EG6ZZq2rz/5TI0wrpCQsr+BIjJ3sW EgxZbz1qZu9nBG2JDvgsUJhvRGX5b9vRM76uxezi5qMj+5yUQHEIS8rl/zsJBt5CjaiX YC0QnCZ3lPNmw8spDlylSBrjiMeyOdg+Lb+0A= 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=c8Pc9HuL8j0ZKI2VNm5ZT9FtOLMSBDiXyS97p+8I2j0zihvj81Y4DqwAgWn6vasITI ZZu2ys9QcL7SgPWuSfudtCcd0Ik4d9uSf/P4etmR5211j4N7FqQ9n4QzA3tAbO29Jesi aErhUShtGg1oIjCBwNYC+5fx66PGEPRgs+Kfk= MIME-Version: 1.0 Received: by 10.224.74.81 with SMTP id t17mr4813631qaj.59.1240057995691; Sat, 18 Apr 2009 05:33:15 -0700 (PDT) In-Reply-To: <49E97102.3030400@awdcomp.net> References: <49E97102.3030400@awdcomp.net> Date: Sat, 18 Apr 2009 09:33:15 -0300 Message-ID: <92e0db9f0904180533q76cdd0c8j146074b64e46b2aa@mail.gmail.com> From: Rodrigo Gonzalez To: Andrew Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: 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 12:33:32 -0000 lighttpd ngingx cherokee All of them can connect to php using fastcgi. lighttpd and cherokee will start php themself, nginx does not, so you should have to start it manuall or from other script... On 4/18/09, 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" >