1

I'm trying to create a simple python application on planet hoster which use the N0C interface (instead of cpanel), I didn't add any code (run.py contains only the template for the 200 ok message) I tried with several versions of Python just in case (8, 9, 11, 12) but keep getting the same 503 error when I try to launch the app on the browser. enter image description here

I use that command to source the environnment source /home/[...]/virtualenv/my_application/3.11/bin/activate

When I check the sdterr.log file I see that error : lscgid: execve():/usr/local/lsws/fcgi-bin/lswsgi_wrapper: No such file or directory

I have seen maybe it could be related to LiteSpeed version, and I should at least get the 5.4.10 version , but when I do pip install LiteSpeed==5.4.10 I get the message :

ERROR: Could not find a version that satisfies the requirement LiteSpeed==5.4.10 (from versions: 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4, 1.0.5, 1.0.6, 1.0.7, 1.0.8, 1.1.0, 1.1.1, 1.1.2, 1.1.3, 1.1.4, 1.1.5, 1.1.6, 1.1.7, 1.2.0)
ERROR: No matching distribution found for LiteSpeed==5.4.10

Have you an idea what could solve this problem ? Thank you very much in advance.

asked Jan 30, 2025 at 11:42

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.