so I'm on StableHost shared hosting and I am using cPanel to setup a python application (super simple flask app).
The issue is, whilst everything gets setup fine, for some reason the Passenger webapp server isn't running or picking it up at all, so I have no idea if I'm doing something crazy or need to "start" it somehow manually?
Here is what I have (following this simple tutorial)
The cPanel screen under "Setup Python App". As you can see, I have deployed the app and cPanel has created the relevant files in my app directory:
The file list, most of the files were created automatically when I created the Setup Python App:
.htaccess file, all pointing to what seems to be the correct locations:
And yet, THIS is the result when I navigate to the URL I specified for the python app. The webserver just lists the directory. So it almost seems as if Passenger isn't running at all and hence the python files aren't being touched:
Does anybody have an idea why this could be. I have SSH access to the server, but when I run "passenger start" all I get is "passenger: command not found".