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

[REBOL] Command Linux and license.key placement ...

From: petr::krenzelok::trz::cz at: 1-Jul-2001 21:11

Hi, I have few questions towards Rebol/Command Linux usage: 1) Where should I place my license.key? I put it into directory where my rebolcmd resides, but it seems to me once rebol is started from within the Apache, it has problem locating it??? [Sun Jul 1 20:57:01 2001] [warn] FastCGI: (dynamic) server /home/asko/public_html/cgi-bin/test.fcgi restarted (pid 25570) ** Script Error: Feature not available in this REBOL ** Where: context ** Near: fastcgi-listen: open fastcgi:// forever [ if error? try [fastcgi-port: first fastcgi-listen] [break] either error? try [fastcgi-cgi: get-modes fastcgi-port 'cgi] [ error? try [close fastcgi-port] ] [ save-input: system/ports/input save-output: system/ports/output save-cgi: system/options/cgi system/ports/input: fastcgi-port system/ports/output: fastcgi-port system/options/cgi: fastcgi-cgi if system/options/script [ error? try [do-boot system/options/script system/script/args none] ] system/ports/input: save-input system/ports/output: save-output system/options/cgi: save-cgi 2) Where & how to put rebol to prevent telnet/ssh logged users to steal my license.key, but to be able to use advanced Command features? Thanks -pekr-