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

[REBOL] Re: Problem with Apache and CGI returning text/plain

From: ethanak:interclub:pl at: 10-May-2002 19:27

On May 10 at 13:26 pat665 wrote: Would you put this script somewhere in the Net? I don't think I can help you if I won't see results. Similar script is working OK on my machine (Apache 1.3.20-2) http://mavra.linux.bielsko.pl/cgi-bin/heloreb.cgi ----- #!/usr/local/bin/rebol -c REBOL [] print "Content-Type: text/plain^/" print "Hello, I am the REBOL script" ----- BTW never use spaces before colon in headers (rfc2068)! Namari=EB! ethanak