CNT4713 Extra Credit 6

Due Wednesday 6/22 (late: 6/23 at 6am)
Worth 2 Extra Credit Points

Create a cgi script that calculates change. You may view an example of my running script at Ajax Script Video.

Deploying the Assignment

Change the Script to a CGI

The following changes to your script will allow it to be run from ocelot.

Limiting Access to cgi-bin

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

Creating 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.

Submitting the Assignment

To hand in the assignment, place all your scripts in the cgi-bin folder on ocelot. Zip the public_html folder, including the cgi-bin folder. DO NOT USE 7-ZIP or RAR!!!