Re: EUPHORIA CGI - Good HTML?
- Posted by "H.W Overman" <euman at bellsouth.net> Oct 19, 2003
- 411 views
Perhaps your server requires a CONTENT-LENGTH be assigned...? Euman ----- Original Message ----- From: "C. K. Lester" <euphoric at cklester.com> To: <EUforum at topica.com> Subject: EUPHORIA CGI - Good HTML? > > > I'm using this program to test output with Apache 2. It ain't workin'... > but I don't know why. Does anybody know? Thanks. :) > > -- end of test.exw > sequence result > > result = "Content-Type: text/html\n\n" > result = "<html><head>Testfile</head><body>Testing one two > > puts(1,result) > > -- end of test.exw > > My httpd-errors.log file says, "Premature end of script headers: > test.esp." :/ > > --^---------------------------------------------------------------- > This email was sent to: euman at bellsouth.net > > EASY UNSUBSCRIBE click here: http://topica.com/u/?b1dd66.b3n6Lc.ZXVtYW5A > Or send an email to: EUforum-unsubscribe at topica.com > > TOPICA - Start your own email discussion group. FREE! > http://www.topica.com/partner/tag02/create/index2.html > --^---------------------------------------------------------------- > >