vote up 0 vote down star

I'm newbie to Linux.

I have uploaded rebol ( a script langage similar to perl from http://www.rebol.com/view-platforms.html ) the linux debian version to /usr/bin on my VPS

Where do I upload this script :

Code:

#!/usr/bin/rebol -c
REBOL [Title: "Cgi Test in Rebol"]
print "content-type: text/html^/"
print ["Date/time is:" now]

as I have 2 domain names on this VPS, I can't find where the domain folder are to do so.


61% accept rate
Look for a cgi-bin directory. – Inshallah Jul 24 at 21:58

migrated to serverfault.com by Jeff Atwood Aug 9 at 21:08

Browse other questions tagged or ask your own question.