CNT4713 Week 1 Coding

In addition to posting examples of Python to your GitHub account, create a web presence for cgi scripts and create a script that displays some HTTP request headers. You will also limit access to the cgi-bin folder.

Create a web folder for scripts

Create a web folder and cgi-bin folder on ocelot

Limit Access to cgi-bin

We do not want other people (like hackers) to run your scripts (over and over again).

Create a cgi script

Create an Index Page in public_html

I want to be able to run your scripts on ocelot, without having to type the name of each script in the URL.

Notify and Post