Nginx with Mailman

Francis Daly francis at daoine.org
Thu Mar 26 16:27:17 UTC 2015


On Thu, Mar 26, 2015 at 02:15:44PM +0100, Silvio Siefke wrote:

Hi there,

> i try to run mailman on nginx over fcgiwrap.

> 2015/03/26 14:13:17 [crit] 13209#0: *21 connect() to unix:/run/list.sock
> failed (2: No such file or directory) while connecting to upstream, client:
> 87.161.141.92, server: lists.local, request: "GET /listinfo HTTP/1.1",
> upstream: "fastcgi://unix:/run/lists.sock:", host: "lists.local"

When you request /listinfo, what file on your filesystem do you want
your fastcgi server to process? (From the perspective of the fastcgi
server, in case any kind of chrooting is involved.)

What fastcgi_param does your fastcgi server (fcgiwrap) use to determine
the file to process? (It is usually SCRIPT_FILENAME; but some fastcgi
servers use something different.)

	f
-- 
Francis Daly        francis at daoine.org



More information about the nginx mailing list