[Bug 250845] www/apache24: mod_proxy_uwsgi doesn't use default port of uwsgi:// scheme.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 31 05:42:57 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=250845

--- Comment #2 from nork at ninth-nine.com ---
Hi Bernard,


> Looks like there isn't something like a default port for uWSGI (at least looking at the uWSGI docs I don't see it). Guess this is why it's not defined in the code.

Yes. But I don't know why.

> Guess this is why it's not defined in the code. The documentation clearly contains the port for all configurations. Perhaps makes sense to submit patch to add an admonition "NOTE: You must use a port number in your ProxyPass"  instead?

That's fine, but "NOTE: You must use a port number exclude 3031 in your
ProxyPass".  In this time, apache24 reports a error like following setting:

ProxyPass / uwsgi://127.0.0.1/
ProxyPass / uwsgi://127.0.0.1:3031/

And also, unix domain "with port number" causes a error like following setting:

ProxyPass / unix:/tmp/.uwsgi.sock|uwsgi://127.0.0.1:3031/
ProxyPass / unix:/tmp/.uwsgi.sock|uwsgi://127.0.0.1:3032/

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-apache mailing list