Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2009 17:33:14 +0200
From:      cpghost <cpghost@cordula.ws>
To:        Mikel King <mikel.king@olivent.com>
Cc:        Andrew <awd@awdcomp.net>, "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: lightweight webserver that can run php
Message-ID:  <20090418153314.GA1708@phenom.cordula.ws>
In-Reply-To: <308CF23D-AC64-4DA1-BF6F-BE77CB1A3BAE@olivent.com>
References:  <49E97102.3030400@awdcomp.net> <308CF23D-AC64-4DA1-BF6F-BE77CB1A3BAE@olivent.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 18, 2009 at 09:56:09AM -0400, Mikel King wrote:
> > Does anyone have any suggestions for a lightweight webserver that  
> > will run php?
> 
> Most light weight webservers like nginx and lighttpd only run PHP as a  
> cgi mod.

With lighttpd, you can do both CGI and FastCGI:

http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModCGI
http://redmine.lighttpd.net/wiki/lighttpd/Docs:ModFastCGI

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090418153314.GA1708>