> So basically my question: How do I make the php-fastcgi not exit itself or how do I make it automatically restart on exit? Best way to do it is to use inbuilt process manager PHP-FPM http://www.php.net/manual/en/install.fpm.php (since 5.3.x its in php core). rr