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

[REBOL] problem with cgi installation on a server

From: rebolask::free::fr at: 24-May-2003 20:12

Hello, I have a server with this structure www cgi-bin path to perl is #!/usr/bin/perl so I uploaded rebol in cgi-bin and set permission to 755 as well as now.cgi with permission also and content #!/usr/bin/rebol -c REBOL [Title: "Server Time"] print "content-type: text/html^/" print [<HTML><BODY>] print ["Date/time is:" now] print [</BODY></HTML>] I got this error Internal Server Error The server encountered an internal error or misconfiguration and was unable to complete your request. did I miss something ? Thanks.