I will ditto what Mike is saying here.&nbsp; It took me about 20 minutes to get PHP-FPM all setup and configured and running great.&nbsp; I looked into the spawn-fcgi script and found lots of people with major issues such as child processes not respawning.&nbsp; <br>
<br><div class="gmail_quote">On Fri, Jun 13, 2008 at 7:05 PM, mike &lt;<a href="mailto:mike503@gmail.com">mike503@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
you can use google translate on the php-fpm site and it makes it<br>
understandable enough...<br>
<br>
the sample config file is in english anyway, so just download the<br>
patch, patch your php and then look at the example config file - you<br>
can setup multiple fastcgi pools (for instance one for each user/group<br>
for privilege separation - which is one of the biggest reasons I need<br>
it)<br>
<br>
I cannot emphasize it enough - PHP-FPM is -the- way to manage<br>
PHP/FastCGI. anything else is hokey and should be deprecated :) We<br>
need to get more exposure for PHP-FPM so more people are managing<br>
their FastCGI properly (also not to mention it helps mature/fix some<br>
FastCGI issues in PHP itself)<br>
<div><div></div><div class="Wj3C7c"><br>
On 6/13/08, Jauder Ho &lt;<a href="mailto:lists@ruby-forum.com">lists@ruby-forum.com</a>&gt; wrote:<br>
&gt;<br>
&gt; php-fpm looks interesting (although there&#39;s quite a bit of what loooks<br>
&gt; like russian =). I&#39;ll be checking it out.<br>
&gt;<br>
&gt; In the meantime, attached is what I use as an init script. Also, the<br>
&gt; following is the default file to go with it.<br>
&gt;<br>
&gt; -------------------------------<br>
&gt;<br>
&gt; START=yes<br>
&gt;<br>
&gt; # Which user runs PHP? (default: www-data)<br>
&gt;<br>
&gt; EXEC_AS_USER=foo<br>
&gt;<br>
&gt; # Host and TCP port for FASTCGI-Listener (default: localhost:9000)<br>
&gt;<br>
&gt; FCGI_HOST=localhost<br>
&gt; FCGI_PORT=9000<br>
&gt;<br>
&gt; # Environment variables, which are processed by PHP<br>
&gt;<br>
&gt; PHP_FCGI_CHILDREN=2<br>
&gt; PHP_FCGI_MAX_REQUESTS=1000<br>
&gt;<br>
&gt; Attachments:<br>
&gt; <a href="http://www.ruby-forum.com/attachment/2181/php-fastcgi" target="_blank">http://www.ruby-forum.com/attachment/2181/php-fastcgi</a><br>
&gt;<br>
&gt; --<br>
&gt; Posted via <a href="http://www.ruby-forum.com/" target="_blank">http://www.ruby-forum.com/</a>.<br>
&gt;<br>
&gt;<br>
<br>
</div></div></blockquote></div><br>