Welcome! Log In Create A New Profile

Advanced

Nginx with Mailman

Silvio Siefke
March 26, 2015 09:18AM
Hello,

i try to run mailman on nginx over fcgiwrap. The sock is present on system
and has correct rights, but
log say me can not find.

<config>
server {
listen 80;
listen [::]:80;
server_name lists;
root /usr/lib64/mailman/cgi-bin;

access_log /var/log/nginx/lists.access.log;
error_log /var/log/nginx/lists.error.log;

location = / {
rewrite ^ /listinfo permanent;
}

location / {
fastcgi_split_path_info ^(/[^/]*)(.*)$;
fastcgi_pass unix:/run/lists.sock;
include /etc/nginx/configuration/fastcgi.conf;
fastcgi_param PATH_INFO $fastcgi_path_info;
fastcgi_param PATH_TRANSLATED $document_root$fastcgi_path_info;
}

location /icons {
alias /usr/lib64/mailman/icons;
}

location /archives {
alias /var/lib64/mailman/archives/public;
autoindex on;
}
}
</config>

<log>
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"

<socket>
ks3374456 nginx # ls -l /run | grep lists
srwxr-xr-x 1 nginx nginx 0 26. Mär 13:01 lists.sock-1


Has someone idea what goes wrong?

Thank You & Nice Day
Silvio
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Nginx with Mailman

Silvio Siefke March 26, 2015 09:18AM

Re: Nginx with Mailman

mike-pt March 26, 2015 09:26AM

Re: Nginx with Mailman

Silvio Siefke March 26, 2015 10:10AM

Re: Nginx with Mailman

Francis Daly March 26, 2015 12:28PM

Re: Nginx with Mailman

Steve Wilson March 26, 2015 03:08PM

Re: Nginx with Mailman

Styopa Semenukha March 26, 2015 03:36PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 251
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready