Wednesday, June 05, 2019

Flask and uWSGI on OpenBSD httpd

Good day to everyone on misc,
I'm trying to setup a Flask-based web application on OpenBSD 6.5 and I keep encountering mention of uWSGI in integrating it with OpenBSD httpd, but I found there were very few and vague resources online.
I have already figured out what packages I should use, I used the provided Python 3.6.8p0 and py3-flask package.
Further I installed uwsgi thru "pip install uwsgi", but there were no references for integrating the uwsgi with httpd, what should be the configuration of the httpd for this?
Can somebody please point me to references I should look into to make this happen?
Would greatly appreciate your help.
Thanks.

No comments:

Post a Comment