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

[REBOL] Re: outputting HTML from REBOL cgi script

From: holger:rebol at: 20-Feb-2001 15:43

On Tue, Feb 20, 2001 at 07:44:18AM -0600, GS Jones wrote:
> print "Content-Type: text/html^/"
Try changing this to prin ["Content-Type: text/html" crlf crlf] The HTTP standard requires CRLF as the separator, not just LF. Apache probably does not convert this by itself. -- Holger Kruse [holger--rebol--com]