The latest page is at itmetr.net.
last modified:
05:05 PM MDT, Sun 15 Jun 2008
CGI ExamplesCGI was introduced in the Regular Expressions Tutorial, if you are new to CGI, then you may want to study the references in that tutorial before proceeding.
Note that CGI scripts for Gentry users are executed by Apache using suexec. Hopefully, for the purposes of completing the task, you will need to know very little about suexec. CGI scripts should have ZERO permissions for "group" and "others". Files written by your CGI scripts, and intended to be retrieved by Apache, need to be chmod'ed to allow the "group" to read it. This chmod'ing needs to be done by the script itself: see mesoplot2.cgi.
|