Thank you for the quick reply! On Tue, Sep 8, 2015 at 6:55 PM, Riccardo Magliocchetti < [email protected]> wrote:
> ... > > There's a bug about mod_proxy_uwsgi not working with unix sockets in > debian: > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=752783 Thank you for the link, it seems similar but not exactly the same. I'll reply to that bug also. > ... > > In the aforementioned bug tcp sockets are reported working though. > > Does passing the path to your ProxyPass directives change something? All > examples in the documentation have it. > Yes, TCP sockets work, but only for the default port (ie. if uwsgi is running on port 3031) - mod_proxy_uwsgi seems to ignore the actual port specified in the ProxyPass directive. I also tested it as it's shown in the documentation (ie. outside of a Location block and with the path "ProxyPass / uwsgi://127.1.0.1:3032/") and the result is the same (it tries to connect on port 3031 - the default one). Thank you.
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
