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

[REBOL] Server Question

From: chd:1staccess:ca at: 6-Sep-2007 7:54

We have an ISP that provides a LAMP set-up on a shared server running Linux. They want nothing to do with REBOL on their servers! (Fools) Is it possible to put the REBOL interpreter anywhere on the server and still have it run? For example: /home/webaddress/public_html/cgi/myapp.r In this case, the myapp.r is in the standard cgi directory. Could the interpreter be placed in the 'webaddress' directory or in the cgi perhaps??? Header in the myapp.r file would be: #! /home/webaddress/rebol --csi Would the interpreter be found by the server? In Windows apparently Apache runs the interpreter. Is it possible to have Apache run it on other systems? On OSX the Unix Shell runs it, I'm not sure why these are different. thanks ~chris Canada