Python CGI

Introduction

The CSE student web server supports Python CGI files.

Notes

  1. Your Python CGI script must start by invoking the python binary. On cheshire, the invocation must be:
    
    #!/usr/local/bin/python
    
    
  2. Make sure your Python CGI scripts are world-executable:
    
    [cheshire] ~/public_html% chmod 755 hello.py
    
    
AttachmentSize
hello.py.txt129 bytes