I'm trying to run CGI scripts but I just can't quite get them to run. I've enabled CGI script execution in the web manager. Below is the simple CGI scipt that I have. It is as if the web-server can't find perl to run the scripd.
#!/usr/bin/perl
print "HELLO WORLD";
exit (0);
When I check the error log I see the following message.
[Fri May 14 09:07:21 2004] [error] (2)No such file or directory: exec of /home/e-smith/files/ibays/sfspots/cgi-bin/test.cgi failed
[Fri May 14 09:07:21 2004] [error] [client 192.168.1.100] Premature end of script headers: /home/e-smith/files/ibays/sfspots/cgi-bin/test.cgi
Any help would be greatly appreciated!
Thanks