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

[REBOL] Re: APACHE + REBOL as CGI?

From: ryan:christiansen:intellisol at: 14-Sep-2001 10:29

I run REBOL on Apache all of the time without configuring Apache. Put rebol executable in the /bin or /cgi-bin and chmod 755 all scripts should shebang to the rebol executable (e.g. #!rebol -cs) make sure your scripts are set executable (e.g. chmod 755) Also, use .cgi extensions on your scripts. This is key, since Apache is probably set up to execute .cgi files, but NOT .r files. -Ryan "Carlos Lorenz" To: <[rebol-list--rebol--com]> <[carlos--lorenz] cc: .net> Subject: [REBOL] APACHE + REBOL as CGI? Sent by: [rebol-bounce--r] ebol.com 07/30/2001 10:47 AM Please respond to rebol-list Hi friends, I´m trying to run some CGI in REBOL on the server but have no success. According to the support team (that loves PERL) their machines (running APACHE) are not configured to support REBOL as CGI. My question is: is really necessary to configure APACHE to recognizes REBOL scripts or can I just upload REBOL.EXE to a subdirectory under my space and from there use it to run my scripts? Carlos