Issue
Unable to restart Python applications.
Logs/commands output:
ERROR in Python Selector WEB: No such application (or application not configured) "testpythonapp"
Environment
- CloudLinux
- Python Selector
Solution
Ensure that the
htaccess_cache
file within the user's /home/exampleuser/.cl.selector
directory owned by the user. For instance, exampleuser
If, after that, another error pops up:
remove virtualenv/APPNAME/3.9
and .htaccess
:
mv /home/USERNAME/virtualenv/APPNAME/3.9 /.../BACKUP_LOCATION
mv /home/USERNAME/app-url.domain.tld/.htaccess /.../BACKUP_LOCATION
Cause
Incorrect permissions.
Comments
0 comments
Please sign in to leave a comment.