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

--- Comment #18 from Li-Wen Hsu <lw...@freebsd.org> ---
Please calm down, this kind of comments won't help solving the issue here.  I
understand the frustration of a thing doesn't work and eager to get the
support.  On the other hand, people also want to help but need more detailed
information to figure out the root cause.  Most of the people are volunteers
and need time to work on things.  This is usually a thankless work. Please be
patient and be nice to each other, to get the issue solved.

I think there is a misunderstanding of T-Daemon's comment at
https://forums.freebsd.org/threads/uwsgi-cannot-open-router_redirect_plugin-so.75953/#post-467755

"router_redirect" feature in www/uwsgi port is build and linked in the uwsgi
binary as a "module", not a separated .so as a "plugin."

And as described in this comment:
https://forums.freebsd.org/threads/uwsgi-cannot-open-router_redirect_plugin-so.75953/#post-468200

The correct way to use it in the .ini is `module=router_redirect` instead of
`plugins=router_redirect`

You might want to check your configure file again, change it as suggested and
see if the feature works.

If there is a need of having this feature as a plugin, that is a feature
request and it may need more work to patch the port. The help of this is
definitely welcomed.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to