How to make a Python file directly under the document root of a hosted domain (and not under the "/public_html/cgi-bin" directory), executable? I mean, how can I achieve to execute my Python file e.g. at www.example.com/index.py and not at www.example.com/cgi-bin/index.py ?