Hi there,
some versions before you introduced the option to start a php-fastcgi handler with some options and later on to start it automatically.
Since upgrading to 2.1.18 this doesn't seem to work anymore.
I get *no* error message about this in the logs, just the php doesn't come up anymore. It seems like it simply doesn't start it or the php can't start because of a used socket.
The configuration is as follows:
When I try to start it manually I get
netstat -anp|grep 1028
returns
Please help. I really need this working.
I'll try to switch back to 2.1.17 in the meantime and see if this helps.
Update: switching back to 2.1.17 worked and it started up the php-cgi on port 1028 without problems *sigh*.
some versions before you introduced the option to start a php-fastcgi handler with some options and later on to start it automatically.
Since upgrading to 2.1.18 this doesn't seem to work anymore.
I get *no* error message about this in the logs, just the php doesn't come up anymore. It seems like it simply doesn't start it or the php can't start because of a used socket.
The configuration is as follows:
When I try to start it manually I get
Code:
/usr/lib/php5/bin/php-cgi -b 192.168.115.10:1028
Cannot bind/listen socket - [98] Address already in use.
Couldn't create FastCGI listen socket on port 192.168.115.10:1028
returns
Code:
netstat -anp|grep 1028
tcp 0 0 192.168.115.10:1028 0.0.0.0:* LISTEN 9897/lshttpd
tcp 1201 0 192.168.115.10:1028 192.168.115.10:57867 CLOSE_WAIT -
tcp 689 0 192.168.115.10:1028 192.168.115.10:35652 CLOSE_WAIT -
tcp 1201 0 192.168.115.10:1028 192.168.115.10:37713 CLOSE_WAIT -
tcp 689 0 192.168.115.10:1028 192.168.115.10:35445 CLOSE_WAIT -
tcp 1201 0 192.168.115.10:1028 192.168.115.10:37509 CLOSE_WAIT -
tcp 1201 0 192.168.115.10:1028 192.168.115.10:36752 CLOSE_WAIT -
tcp 1201 0 192.168.115.10:1028 192.168.115.10:35005 CLOSE_WAIT -
tcp 1201 0 192.168.115.10:1028 192.168.115.10:58108 CLOSE_WAIT -
tcp 0 0 192.168.115.10:42646 192.168.115.11:1028 ESTABLISHED 9897/lshttpd
I'll try to switch back to 2.1.17 in the meantime and see if this helps.
Update: switching back to 2.1.17 worked and it started up the php-cgi on port 1028 without problems *sigh*.