[REBOL] Re: Putting Rebol on Server?
From: robert:starcenter at: 7-Nov-2002 15:38
Hello,
Thank you for your help. I did as you suggested, but only managed to get a server
error. Here is my test script, uploaded to htdocs, with permissions set to
read/write/execute by all:
#!http://www.starcenter.com/cgi-bin/rebol.exe -cs
REBOL [Title: "CGI Test Script"]
print "Content-Type: text/plain"
print "" ; required
print "Hello!"
I tried two .htaccess files. One simply said:
AddHandler cgi-script .r
The other said:
AddType application/x-httpd-rebol .r
Action application/x-httpd-rebol /cgi-bin/rebol.exe
AddHandler cgi-script .cgi
AddHandler cgi-script .pl
AddHandler cgi-script .r
The .htaccess file is located in the www directory.
I went to http://www.starcenter.com/test-absolute.r (my site with the test script), and
received the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to
complete your request.
Please contact the server administrator, [webmaster--starcenter--com] 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.
Apache/1.3.26 Server at starcenter.com Port 80
I also tried uploading the script to the cgi-bin, but that made no difference. I have
rebol
core in the cgi-bin with permissions set to read/write/execute by all.
Any ideas?
Thank you.
Sincerely,
Robert Tkoch
11/6/2002 7:05:58 PM,
Jason Cunliffe" <[jason--cunliffe--verizon--net]> wrote: