On Fri, 30 Dec 2016 19:40:41 +0900 Norikatsu Shigemura <[email protected]> wrote: > Because apache (ap_proxy_connect_backend() function) can't find default > port of "uwsgi" scheme via apr_uri_port_of_scheme(), so set port number = 0. > To fix this issue, always set port number, in this case. See also > attached my patch.
Oops, sorry. I confirmed a reggression of following apache setting: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - ProxyPass / unix:/tmp/uwsgi.sock|uwsgi://dummy-hostname/ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Bacause apache's structual problem, so I'll contact to apache mainters. To fix this issue, see also attached my patch. Thank you! -- Norikatsu Shigemura <[email protected]>
proxy_util.c.patch
Description: Binary data
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
