<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.2800.1170" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>
<DIV><FONT face=Arial size=2>I put the Revolution CGI engine on my server, in
the 'scripts' dir where my ISP told me to put and where other .cgi files are
located. The server is running W2K.</FONT></DIV>
<DIV><FONT face=Arial size=2>I put in the same dir a Rev .cgi file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>#!/***/***/scripts/revolution<BR>on
startUp<BR> put "Hello, World!" into tResponse<BR> put
"Content-Type: text/html" & crlf<BR> put "Content-Length:" & (the
length of tResponse) & crlf & crlf<BR> put tResponse<BR>end
startup</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>I put in the web root dir a .htm launching the .cgi
test file:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2><HTML><BR><BODY><BR><A
HREF="../scripts/testrev.cgi">Test
CGI</A><BR></BODY><BR></HTML></FONT></DIV>
<DIV><FONT face=Arial size=2></FONT> </DIV>
<DIV><FONT face=Arial size=2>The browser returned the following error. What went
wrong?</FONT></DIV>
<DIV>
<H1><FONT face=Arial size=2>CGI Error</FONT></H1><FONT face=Arial size=2>The
specified CGI application misbehaved by not returning a complete set of HTTP
headers. The headers it did return are: </FONT>
<P>
<P><FONT face=Arial size=2></FONT><PRE><FONT face=Arial size=2>external startup
external exit</FONT>
</PRE></DIV></FONT></DIV></BODY></HTML>