Your message dated Tue, 12 Jan 2010 08:48:19 +0100
with message-id <[email protected]>
and subject line #426765: PHP cannot be restarted in external FASTCGI Server
mode
has caused the Debian Bug report #426765,
regarding PHP cannot be restarted in external FASTCGI Server mode
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
426765: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=426765
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: php5-cgi
Version: 5.2.0-8+etch1
Severity: important
Tags: patch
PHP-CGI cannot be restarted in external FASTCGI Server mode (Option
"-b"), because of a PHP-Bug. You have to wait some seconds and then a
restart with the same TCP-port is possible, which is not suitable in a
production environment. This was already fixed in the CVS-Version of PHP
(see also: http://bugs.php.net/bug.php?id=41291) and should be
incorporated in the Debian-Version.
Example:
$ /usr/bin/php5-cgi -b localhost:9000 &
$ killall php5-cgi
$ /usr/bin/php5-cgi -b localhost:9000
Cannot bind/listen socket - [98] Address already in use.
Couldn't create FastCGI listen socket on port localhost:9000
PS: This occurs only, when the restart is done after a connection to the
FASTCGI-Interface was established!
--- End Message ---
--- Begin Message ---
Version: 5.2.6.dfsg.1-1+lenny3
Already fixed in upstream version. Marking as fixed in stable (lenny) release.
--
Ondřej Surý <[email protected]>
http://blog.rfc1925.org/
--- End Message ---