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

[uWSGI] Getting ProxyPass not working

2018-08-08 Thread vogen
Hi, I am trying redirect request to localhost/mason to proxy pass I have apache 2.4.29 and have following line in httpd2.conf ProxyPass /mason uwsgi://localhost:3031/ I can access http://localhost:3031 but trying to access http://localhost/mason gives an error in apache error log. Running uwsgi