Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Apr 2009 20:23:40 +0200
From:      Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net>
To:        freebsd-questions@freebsd.org
Cc:        Rodrigo Gonzalez <rjgonzale@gmail.com>, Mikel King <mikel.king@olivent.com>, Andrew <awd@awdcomp.net>
Subject:   Re: lightweight webserver that can run php
Message-ID:  <200904182023.42095.mel.flynn%2Bfbsd.questions@mailing.thruhere.net>
In-Reply-To: <92e0db9f0904180734q153b200t248883ee7da7478d@mail.gmail.com>
References:  <49E97102.3030400@awdcomp.net> <308CF23D-AC64-4DA1-BF6F-BE77CB1A3BAE@olivent.com> <92e0db9f0904180734q153b200t248883ee7da7478d@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Saturday 18 April 2009 16:34:52 Rodrigo Gonzalez wrote:
> 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.

And the more important difference with the php module for apache, is 
php_value/php_flag directives: per host/dir/location configuratioion of php. 
Which is much harder to do with fcgi.

Something to consider /before/ migrating if this affects you.
-- 
Mel



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904182023.42095.mel.flynn%2Bfbsd.questions>