immserv00 Hi, i tried to install mod-wsgi standalone but seems like the FreeBSD does not support it. Are there any stable hosting services to host python flask apps that are available to use?
admin Hello, you can use mod_wsgi if you want, but to do that you need to compile a module and write your own configuration. The easier way is just to use our Passenger server which supports Python/wsgi out of the box: https://docs.serv00.com/Python/ Flask is also easy to run with Passenger, the example can be found here: https://docs.serv00.com/Flask/