Trying to run python on a web server. OS: Debian 9.5
In the folder with the script created. Htaccess
AddHandler cgi-script .py Options +ExecCGI Created a test.py file
#!/usr/bin/python print('Hello, world!') I launch http://my-site.ru/test.py - 503 error. What did I miss?