At 07:15 AM 10/18/00 -0700, ehaymaker wrote:
>But my first line makes a call to perl:
>
>#!/usr/local/bin/perl
The web server doesn't look at every .html, .gif, and .jpeg for that line.
You need to consult your web server's manual and tell it how to execute CGI
scripts. Under apache you would need to do something like
<directory cgi>
Options +ExecCGI
AddHandler cgi-script pl
</directory>
This is not a Swish issue, of course.
Good luck,
Bill Moseley
mailto:moseley@hank.org
Received on Wed Oct 18 14:27:41 2000