Re: EUPHORIA CGI - Good HTML?
- Posted by euphoriCK <euphoric at cklester.com> Oct 19, 2003
- 437 views
Irv wrote: >>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." :/ >> >> >I'm not sure, and can't check, because I no longer have Windows, but >shouldn't you be using ex, rather than exw? You don't need a dos window >to be opened. > That's funny. I'm actually using exu, so that's just a typo. :/