Edit report at https://bugs.php.net/bug.php?id=41060&edit=1
ID: 41060 Updated by: s...@php.net Reported by: e at osterman dot com Summary: php-cgi (FastCGI) should have an option to daemonize -Status: Open +Status: Closed Type: Feature/Change Request Package: CGI/CLI related Operating System: Fedora 6 PHP Version: 5.2.1 -Assigned To: +Assigned To: stas Block user comment: N Private report: N New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. For Windows: http://windows.php.net/snapshots/ Thank you for the report, and for helping us make PHP better. Try PHP-FPM: http://us.php.net/manual/en/install.fpm.php Previous Comments: ------------------------------------------------------------------------ [2007-04-12 01:14:46] e at osterman dot com Description: ------------ It would be great if in addition to -b, there was a flag to daemonize. Granted, this is possible with shell scripting, it seems that it's more appropriate if php-cgi supported this by itself. Then it could truely be a standalone PHP FastCGI server. The ugly shell version of daemonizing... (/usr/bin/nohup env - PHP_FCGI_CHILDREN=$PHP_FCGI_CHILDREN PHP_FCGI_MAX_REQUESTS=$PHP_FCGI_MAX_REQUESTS /usr/bin/php-cgi -b 0.0.0.0:1234 < /dev/null 2> /dev/null 1> /dev/null )& ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=41060&edit=1