UIKit0 / mod-spdy

Automatically exported from code.google.com/p/mod-spdy
0 stars 0 forks source link

Update docs for php to suggest php-fpm #49

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
The docs at https://developers.google.com/speed/spdy/mod_spdy/php suggest using 
mod_fcgi to run PHP. The preferred way to run PHP via fastcgi is now to use 
php-fpm: http://php-fpm.org
PHP docs: http://php.net/manual/en/install.fpm.php

Original issue reported on code.google.com by marcus.b...@gmail.com on 10 Aug 2012 at 8:13

GoogleCodeExporter commented 8 years ago
Thanks! We'll investigate and add it as an additional option.

Original comment by bmcqu...@google.com on 6 Sep 2012 at 8:07

GoogleCodeExporter commented 8 years ago
+1 for putting this up: php-fpm & mod_fastcgi with mpm worker seems faster 
http://vpsbible.com/php/php-benchmarking-phpfpm-fastcgi-spawnfcgi/

Original comment by r...@r-s.ro on 5 May 2013 at 9:15

GoogleCodeExporter commented 8 years ago
Hi,

We did a write-up explaining how we moved from prefork/mod_php to worker, 
mod_fastcgi, php-fpm, mod_spdy:

https://blog.wormly.com/2013/08/24/spdy-on-centos-php-fastcgi/

Cheers,
Jules

Original comment by ju...@jules.com.au on 29 Aug 2013 at 3:35