<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    There seems to be a naming issue for the socket.<br>
    <br>
    nginx is configured to use /run/lists.sock yet your ls shows
    lists.sock-1<br>
    <br>
    Steve.<br>
    <br>
    <div class="moz-cite-prefix">On 26/03/2015 13:15, Silvio Siefke
      wrote:<br>
    </div>
    <blockquote
cite="mid:CAMQnpVVM2k6_PNeCQvChYgFxYj5rZuCbxZdssMTSu-XnLv=Hag@mail.gmail.com"
      type="cite">
      <div dir="ltr">
        <div>
          <div>
            <div>
              <div>
                <div>
                  <div>Hello,<br>
                    <br>
                  </div>
                  i try to run mailman on nginx over fcgiwrap. The sock
                  is present on system and has correct rights, but<br>
                </div>
                log say me can not find. <br>
                <br>
              </div>
              <config><br>
              server {<br>
              listen 80;<br>
              listen [::]:80;<br>
              server_name lists;<br>
              root /usr/lib64/mailman/cgi-bin;<br>
              <br>
              access_log  /var/log/nginx/lists.access.log;<br>
              error_log   /var/log/nginx/lists.error.log;<br>
              <br>
                location = / {<br>
                  rewrite ^ /listinfo permanent;<br>
                }<br>
              <br>
                location / {<br>
                  fastcgi_split_path_info ^(/[^/]*)(.*)$;<br>
                  fastcgi_pass unix:/run/lists.sock;<br>
                  include /etc/nginx/configuration/fastcgi.conf;<br>
                  fastcgi_param PATH_INFO         $fastcgi_path_info;<br>
                  fastcgi_param PATH_TRANSLATED  
              $document_root$fastcgi_path_info;<br>
                }<br>
              <br>
                location /icons {<br>
                  alias /usr/lib64/mailman/icons;<br>
                }<br>
              <br>
                location /archives {<br>
                  alias /var/lib64/mailman/archives/public;<br>
                  autoindex on;<br>
                }<br>
              }<br>
            </div>
            </config><br>
            <br>
          </div>
          <log><br>
          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"<br>
          <br>
        </div>
        <socket><br>
        <div>ks3374456 nginx # ls -l /run | grep lists<br>
          srwxr-xr-x  1 nginx    nginx      0 26. Mär 13:01 lists.sock-1<br>
          <br>
          <div>
            <div><br>
            </div>
            <div>Has someone idea what goes wrong?<br>
              <br>
            </div>
            <div>Thank You & Nice Day<br>
            </div>
            <div>Silvio<br clear="all">
            </div>
          </div>
        </div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
nginx mailing list
<a class="moz-txt-link-abbreviated" href="mailto:nginx@nginx.org">nginx@nginx.org</a>
<a class="moz-txt-link-freetext" href="http://mailman.nginx.org/mailman/listinfo/nginx">http://mailman.nginx.org/mailman/listinfo/nginx</a></pre>
    </blockquote>
    <br>
  </body>
</html>