Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Trouble with running on server

From: tim:johnsons-web at: 24-Jan-2004 15:22

* Alan <[fergus4--bellatlantic--net]> [040124 13:15]:
> I cannot get my scripts to run on my server. > > It is a Linux server running on Dual AMD 2.13 GHz. > I uploaded Rebol042 and renamed it rebol. > I've Chmod it for all Read and All Execute. (755)
Hi Alan:
> My first line of my script points to the file...I think. I've tried so > many paths but none seem to work. I keep getting "Internal Server > Error".
My version of rebol/core is at /usr/bin/rebol Cgi scripts are referenced as follows ; for cgi #!/usr/bin/rebol -cs ; for internal scripting #!/usr/bin/rebol -s
> If I place rebol core in my cgi-bin directory and I run my script from > that directory what should the first line of my script look like?
I don't recommend it. I don't do it, so I don't know. Sorry. And BTW, have your ScriptAlias'ed your cgi-bin? to check cgi errors, you should be able get those by tail /var/log/httpd/error_log (on RH 9.0) as root or with appropriate privileges I hope this is of some help. regards tim -- Tim Johnson <[tim--johnsons-web--com]> http://www.alaska-internet-solutions.com<