python flask

  1. R

    I am not able to run python

    I have read litespeed wiki / openlitespeed wiki I am using openlitespeed server So i am running an flask python app I have took all the required steps mentioned in your site but it didn't work out as of now I have temporarily disabled open litespeed listener to run my app but if I try to on the...
  2. M

    Flask Applications

    Can someone tell me how to get a Flask application up and running under LiteSpeed? How would I route all incoming requests to: http://www.mydomain.com/api to the Python Flask app that looks something like this? def application(environ, start_response): status = '200 OK' output = 'Hello...
Top