expression engine + fast-cgi + nginx
Reinis Rozitis
r at roze.lv
Tue Nov 17 16:55:37 MSK 2009
>> I tried the installing fast-cgi on a very busy expression engine blog installation (100,000+ hits/day) and I would end up with
>> way too many cgi
The usual setups with nginx+php involve static number of spawned php processes (I haven't seen any usefull adaptive spawning case).
You can use the 'spawn-fcgi' (which came with lighthttpd and afaik is now also a seperate project) or my choice would be to use
php-fpm http://php-fpm.org
rr
More information about the nginx
mailing list