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

[REBOL] Rebol and Apache on my computer?

From: robert::starcenter::com at: 22-Nov-2002 3:29

Hello, I would like to develop some Rebol CGI scripts and test them on my computer. I already downloaded PHP Triad and installed PHP, Apache, and MySQL on my computer. All of that works fine for testing PHP scripts. I want to test Rebol programs on the Apache setup. Does anyone know how to get the Apache to recognize .r Rebol scripts? I tried modifying the httpd.conf file in C:\apache by adding: AddType application/x-httpd-rebol .r AddHandler cgi-script .r Action application/x-httpd-rebol /cgi-bin/rebol.exe but nothing happens. When I open my browser to: http://localhost/test.r I just get a server error. I couldn't find anything in the Apache files about setting permissions, but the PHP scripts did not require them. Any ideas? Thank you. Sincerely, Robert