On Fri, 24 Mar 2006 11:14:56 +0300
[EMAIL PROTECTED] ("Dmitry Stogov") wrote:

> I don't think that "-b <path>:" is good solution.
> Two different options for TCP and UNIX sockets make sense.
> 
> What is wrong with sapi/cgi/fastcgi.c?

With two different options for TCP/IP and UNIX sockets you should have
two different versions of fcgi_listen(). With a single bind option for
both TCP/IP and UNIX sockets my version of fcgi_listen() is better
because it doesn't restrict the unix_path. But let's go for the two
options' solution :-)

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to