Hello Gene

I'm not sure but your problem is probably either in bad file atributes for
the .cgi script or you are uploading the script using BINARY mode. Try to
re-upload all your .cgi with ASCII transfer mode and the set CHMOD file
attributes to code 711(owner- read/write/execute,group-execute,
world-execute). Another solution could be to re-save the script file using
any "better" text editor (ultraedit,notetab) as a UNIX text file.


Cyphre


----- Original Message -----
From: Gene Venable <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 18, 2001 1:27 PM
Subject: [REBOL] Re: Fun with Prohosting and REBOL


> So, that's a good guess, but would that give perfect output
> except for the help?
>
> I changed to --cgi and got
>
> Internal Server Error
> The server encountered an internal error or
> misconfiguration and was unable to complete your request.
> Please contact the server administrator,
> [EMAIL PROTECTED] and inform them of the time
> the error occurred, and anything you might have done that
> may have caused the error.
>
> More information about this error may be available in the
> server error log.
>
>
> as my output. I'm not sure this is a big improvement over
> perfect output plus extraneous help output. I'll try
> infinite other things when I come back from work tonight...
>
>
> --Gene
>
> --- Anton <[EMAIL PROTECTED]> wrote:
> > I think it should be --cgi, or -c.
> > Note number of hyphens.
> >
> > Anton.
> >
> >
> > > #!/usr/home1/geneven/html/cgi-bin/rebol -cgi
> > > REBOL []
> > > print "Content-Type: text/plain^m^j"
> > > print "Hello world from REBOL"
> > > print mold system/options/cgi
> > > print system/version
> > >
> > > Now, below is what happens when I run the above script.
> > >
> > >
> > >
> > > REBOL <options> <script> <arguments>
> > >
> > > All fields are optional. Supported options are:
> > >
> > > --cgi (-c)       Check for CGI input
> >
> >
> > --
> > To unsubscribe from this list, please send an email to
> > [EMAIL PROTECTED] with "unsubscribe" in the
> > subject, without the quotes.
> >
>
>
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Auctions - buy the things you want at great prices
> http://auctions.yahoo.com/
> --
> To unsubscribe from this list, please send an email to
> [EMAIL PROTECTED] with "unsubscribe" in the
> subject, without the quotes.
>
>

-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to