Package: libapache2-mod-proxy-uwsgi
Version: 2.0.3-1+b2
Severity: normal

Dear Maintainer,

   * What led up to the situation?

I'm trying to set up some python django app with uwsgi and apache2,
using unix sockets. uwsgi seems to run fine so far, there's a unix
socket created and listened on:

# ls -la /run/uwsgi/app/nsupdate/socket
srw-rw---- 1 www-data www-data 0 Jun 26 11:58 /run/uwsgi/app/nsupdate/socket
# netstat -nlp | grep nsupdate
unix  2      [ ACC ]     STREAM     LISTENING     24826741 -                   
/run/uwsgi/app/nsupdate/socket
#

In the apache site config, I have this line:

ProxyPass / unix:/run/uwsgi/app/nsupdate/socket|uwsgi:

GETing that site's / returns a 503 Service Unavailable error, apache error.log 
says:

[Thu Jun 26 14:49:19.197826 2014] [proxy:error] [pid 16133] (111)Connection 
refused: AH00957: uwsgi: attempt to connect to 127.0.0.1:3031 (*) failed
[Thu Jun 26 14:49:19.198047 2014] [:error] [pid 16133] [client 
217.70.197.42:53479] failed to make connection to backend: localhost:3031

   * What exactly did you do (or not do) that was effective (or
     ineffective)?

- Installed newest version from unstable.
- Re-read http://uwsgi-docs.readthedocs.org/en/latest/Apache.html
- Double-checked configuration.
- Tried uwsgi://localhost/ instead of uwsgi:

   * What was the outcome of this action?

Nothing changed.

   * What outcome did you expect instead?

Getting anything from the app.

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (990, 'stable-updates'), (990, 'stable'), (900, 
'testing-updates'), (900, 'testing'), (90, 'unstable'), (9, 'experimental')
Architecture: i386 (x86_64)

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libapache2-mod-proxy-uwsgi depends on:
ii  apache2-bin [apache2-api-20120211]  2.4.9-2
ii  libapr1                             1.5.1-2
ii  libaprutil1                         1.5.3-2
ii  libc6                               2.19-3

ii  uwsgi                               2.0.3-1+b2

libapache2-mod-proxy-uwsgi recommends no packages.

libapache2-mod-proxy-uwsgi suggests no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to