Здравствуйте. fcgiwrap позволяет отцией -s задать сокет, который он будет слушать:
−s socket_url A URL for the listen socket to bind to. By default fcgiwrap expects a listen socket to be passed on file descriptor 0, matching the FastCGI convention. The recommended way to deploy fcgiwrap is to run it under a process manager that takes care of opening the socket. However, for simple configurations and one-off tests this option may be used. Valid socket_urls include unix:/path/to/unix/socket, tcp:dot.ted.qu.ad:port and tcp6:[ipv6_addr]:port.
Я не могу понять его дефолтное поведение. Сокет передается на stdin? Как это можно использовать, скажем, из nginx? Как-то передавать слушающий сокет в fcgiwrap? Или я туплю?