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.k...@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 <a...@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-unsubscr...@freebsd.org >> " > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org" > _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"