I kept some cgi,python files under /var/www/cgi-bin and trying to execute I followed all the steps in:
http://webpython.codepoint.net/cgi_tutorial
Still i am not able to execute. when i enter 192.168.1.191/cgi-bin/sample.py or 192.168.1.191/cgi-bin/example.cgi , I am getting the file download pop-up.
Do i need to make any other changes other than that showed in link.