1.
test.py :
Code:
#!/usr/bin/env python
print("Content-type: text/html")
print("")
print("<html>")
print("<body>")
print( "Hi there")
print("</body>")
print("</html>")
Set permissions to 0755
Add to .htaccess file:
AddHandler cgi-script .py
3. cron jobs can be set from cPanel. If you have two cronjobs that go of within 5 minutes of each other, you will get suspended. Some servers seem to have trouble running cron jobs. I believe they are still configuring some of the servers after the move of Data Centers.