[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Majorcool not working? [RaQ2]
- Subject: Re: [cobalt-users] Majorcool not working? [RaQ2]
- From: flash22@xxxxxxx
- Date: Thu Aug 17 16:56:51 2000
On Tue, 15 Aug 2000, Kevin Murphy wrote:
> Hello.
>
> I have just installed Majorcool on my RaQ 2, and am having trouble getting
> the script to execute. When I call the installation of it:
>
> http://raq1.glengroup.com/users/admin/cgi-bin/master-majordomo.cgi
>
> I get the contents of the script, rather than the results.
A sure sign the server has cgi disabled for that site/user ;)
/cgi-bin/ is not a scriptalias by default on the raq2...you can make it
one if you want ...(see archives)
> I have also tried adding a line to the top of the cgi to indicate
> #!/bin/sh, and have (obviously) changed the name of the cgi.
Nope, put it back to /usr/bin/perl or wherever it was, it's a perl script,
not a shell script ;0
The only renaming that would make sense is to change .cgi to .pl
but you shouldn't need to do that ...(and you may screw up majordomo if
it calls the script itself somewhere)
g.