Am Mittwoch 07 April 2021 05:18:27 schrieb moto kawasaki:
If I run gunicorn with "-b http://127.0.0.1:8000/" instead of UNIX socket, I can access intelmq_api through curl, and it returns JSON data with "404 not found" in JSON.
The gunicorn logging and documentation should tell you what it expects to get this served. Maybe you could try a hug example application first, then you can checkout the hug documentation as well.
(So far it seems **not** to be a FreeBSD specific thing as on all plattforms you would need to understand how the webserver works if you wire it manually. )
Best Regards, Bernhard