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 <[email protected]> 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 <[email protected]> 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 >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-questions >> To unsubscribe, send any mail to >> "[email protected] >> " > > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[email protected]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[email protected]"
