* Alan <[EMAIL PROTECTED]> [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 <[EMAIL PROTECTED]>
      http://www.alaska-internet-solutions.com
-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to