Python at my ISP

Dennis Reinhardt DennisR at dair.com
Mon Feb 3 13:53:20 EST 2003


> Is there anything else I can try before I contact their support?

1) Verify that ISP permits you to execute scripts from the directory you
have installed in.  Many ISPs restrict you to cgi-bin.
2) I needed the following in Apache: AddType application/x-httpd-cgi .py
3) Telnet into directory where this resides and execute it from command
line.  At this stage you may discover line endings are a problem (ascii vs.
binary upload).
4) verify chmod 755.
--

Dennis Reinhardt

http://www.dair.com






More information about the Python-list mailing list