Re: [uWSGI] Getting ProxyPass not working

2018-08-09 Thread Alexandre Rossi
Hi, > I am trying redirect request to localhost/mason to proxy pass [...] > Apache error.log > [Thu Aug 09 12:39:20.464327 2018] [proxy:error] [pid 5230] (49)Can't assign > requested address: AH00957: uwsgi: attempt to connect to [::1]:0 (*) failed > [Thu Aug 09 12:39:20.465735 2018] [:error] [pid

Re: [uWSGI] why uwsgi invokes /bin/bash

2018-08-09 Thread Krzysztof Warzecha
Hi, May I suggest attaching strace to your systemd unit? [Service] ExecStart=/usr/bin/strace -o /tmp/strace -vvfftt -e trace=%process -s 5000 /usr/sbin/uwsgi --ini /opt/ae-dir/etc/uwsgi/web2ldap.ini With something similar to this you should be able to see in /tmp/strace what and how / where is e