lightweight webserver that can run php

Rodrigo Gonzalez rjgonzale at gmail.com
Sat Apr 18 14:34:58 UTC 2009


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


More information about the freebsd-questions mailing list