Is it possible to have python scripts outside the cgi-bin, and still get them to run, much like a php script would?
Assuming you have the shebang, #!/usr/bin/python, line at the beginning of your script, you can change the extension of the file to .cgi and use the following in htaccess. Code: AddType application/x-httpd-cgi .pl AddHandler cgi-script .py
AddType application/x-httpd-cgi .pl AddHandler cgi-script .py
Forum Rules