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...