<a href="cgi-bin/script.cgi">
To run under the wrapper program, you just call your script like this:
<a href="/cgiwrap/USERNAME/cgi-bin/script.cgi">
A little more typing but still pretty easy. A cool feature of the wrapper is
that if you do the following:
<a href="/cgiwrapd/USERNAME/cgi-bin/script.cgi">
the cgiwrapd will give you some debugging information about your script if it isn't working for some reason.
Running your script with the wrapper makes it much easier to write program
s such as counters, polls, and guestbooks that require a script to write to a file. WIth t
he wrapper, the program can easily write the file in your directory and no one elses.
This new wrapper also applies to any Server Side Includes (SSI) you may
have on your website. If you have questions regarding any of this, please
email me.
This page is like a man page, it's ugly but it works. If you have a problem with it, email sysadmin@spinn.net, it's his fault.