Date: Sat, 18 Apr 2009 11:34:52 -0300 From: Rodrigo Gonzalez <rjgonzale@gmail.com> 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: <92e0db9f0904180734q153b200t248883ee7da7478d@mail.gmail.com> 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
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 <mikel.king@olivent.com> 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 <awd@awdcomp.net> 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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?92e0db9f0904180734q153b200t248883ee7da7478d>
