Where to upload cgi script on Linux Debian VPS with Plesk ?

Posted by Rebol Tutorial on Server Fault See other posts from Server Fault or by Rebol Tutorial
Published on 2009-07-24T21:52:00Z Indexed on 2010/04/08 8:03 UTC
Read the original article Hit count: 490

Filed under:
|
|
|
|

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.

© Server Fault or respective owner

Related posts about rebol

Related posts about hosting