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

OT: Help Configuring Apache under Windows 2000 to run REBOL CGI

 [1/3] from: carloslorenz::rebolbrasil::nobrenet::com at: 6-Oct-2004 9:09


Hi list Sorry for the OT but I do need some help on how to configure Apache under Win 2000 to run ".r" scripts as CGI. What are the lines should I add in httpd.conf file anyway? Thanks Carlos

 [2/3] from: ammon::johnson::gmail::com at: 6-Oct-2004 8:48


You just need to make sure that the directory that the script is stored in has the right to execute code (i.e. cgi-bin) and that the first line of your script looks something like this... #!c:/path-to-rebol/rebol.exe -cs and finally that everyone has at least read permission on the script. HTH ~~Ammon On Wed, 6 Oct 2004 09:09:10 -0300, carlos lorenz <[carloslorenz--rebolbrasil--nobrenet--com]> wrote:
> Hi list > Sorry for the OT but I do need some help on how to
<<quoted lines omitted: 6>>
> To unsubscribe from the list, just send an email to rebol-request > at rebol.com with unsubscribe as the subject.
-- Enjoy!! ~~Ammon ;~> ~Sui Generis~

 [3/3] from: carloslorenz::rebolbrasil::nobrenet::com at: 8-Oct-2004 8:18


Thanks Ammon It works :) Carlos

Notes
  • Quoted lines have been omitted from some messages.
    View the message alone to see the lines that have been omitted