[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] CGI on RaQ2 ... ???



Can anyone point me to some documentation on how the perl works on a RaQ2.  I have a perl script that will work from the shell over telnet (./test.cgi) however the webserver reports that there was an error:
    "The server encountered an internal error or misconfiguration and was unable to complete your request"
The script is very simple for testing. 
    #!/usr/bin/perl
 
    print "test\n";
 
The preconfigured script "gform" works, however only after the file name was changed to "gform.cgi"
 
-rwxr-xr-x   1 exxxst   site##        33 Jan 19 13:40 test.pl 
 
I am totally lost so any advice would be more than helpful.
 
Thanks in advance,
dcup@xxxxxxxxxxxxx