403 error on .py scripts on apache
You may be getting something like this in your error log:
Options ExecCGI is off in this directory: /var/www/myinfo.py
To solve this simply add:
Options +ExecCGI
Into your
Restart apache, and it should work.