Nginx with Mailman
Silvio Siefke
siefke_listen at web.de
Thu Mar 26 14:09:10 UTC 2015
Yes in nginx config is nginx the user.
Thank You & Nice Day
2015-03-26 14:23 GMT+01:00 Miguel Clara <miguelmclara at gmail.com>:
>
>
> On March 26, 2015 1:15:44 PM WET, Silvio Siefke <siefke_listen at web.de>
> wrote:
> >Hello,
> >
> >i try to run mailman on nginx over fcgiwrap.
>
> If you can I would suggest uWsgi module instead of 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?
> >
>
> Whats the user nginx is set run use on nginx. conf?
>
> >Thank You & Nice Day
> >Silvio
> >
> >
> >------------------------------------------------------------------------
> >
> >_______________________________________________
> >nginx mailing list
> >nginx at nginx.org
> >http://mailman.nginx.org/mailman/listinfo/nginx
>
> --
> Sent from my Android device with K-9 Mail. Please excuse my brevity.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20150326/08f5c97d/attachment.html>
More information about the nginx
mailing list