[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] CGI on RaQ2 ... ???
- Subject: RE: [cobalt-users] CGI on RaQ2 ... ???
- From: "Dan" <dan@xxxxxxxxxxxxx>
- Date: Wed Jan 19 18:18:12 2000
AFAIK, all scripts must be named .cgi or .pl without any .htaccess file or
changes in the .conf files for the RAQ.
--
Dan Kriwitsky
-----Original Message-----
From: cobalt-users-admin@xxxxxxxxxxxxxxx
[mailto:cobalt-users-admin@xxxxxxxxxxxxxxx]On Behalf Of Rusty Wires
Sent: Wednesday, January 19, 2000 8:11 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [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