Raymond Norton wrote:
> needs. The permissions are set to 755, but I get internal server errors. My
> apache error log says:
> [Tue Apr  9 08:24:21 2002] [error] (2)No such file or directory: exec
> of /var/www/cgi-bin/dansguardian.pl failed

make sure your shbang line points to a valid perl (at the top of the file)
for example:
#!/usr/bin/perl
#!/usr/local/bin/perl

Eric