python flask

  1. A

    Trouble Running Flask Code on cPanel with LiteSpeed - Help Needed!

    I'm trying to run a Flask app on a cPanel hosting . I installed Flask and registered the app using the Application Manager, but I'm encountering the following error: lscgid: execve(): /usr/bin/lswsgi3: No such file or directory Has anyone faced this issue before? Any ideas on how to resolve it...
  2. 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...
  3. 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