Where to upload cgi script on Linux Debian VPS with Plesk ?
- by Rebol Tutorial
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.