<HTML><FONT FACE=arial,helvetica><FONT  SIZE=2 FAMILY="SANSSERIF" FACE="Arial" LANG="0">Ken,<BR>
<BR>
Can you run the script from the command line?<BR>
That is, can you connect via Telnet, ssh, etc, and run something like:<BR>
&gt; ./linux test.mc<BR>
<BR>
?<BR>
<BR>
If so, then it probably has something to do with the ISP setup / Apache configuration (assuming they use Apache). If not, then it may be your setup.<BR>
<BR>
Some tidbits that *could* help (or at least narrow down the problem):<BR>
<BR>
1) Try putting a full path to the mc engine.<BR>
2) Try changing the extension to ".cgi". The ISP configuration could possibly only accept cgis with certain extensions.<BR>
<BR>
HTH.<BR>
Brian<BR>
<BR>
<BLOCKQUOTE TYPE=CITE style="BORDER-LEFT: #0000ff 2px solid; MARGIN-LEFT: 5px; MARGIN-RIGHT: 0px; PADDING-LEFT: 5px">OK, I'm finally trying to get MC set up as a CGI. I have an ISP that uses<BR>
Linux, so I DL'ed the linux engine and uploaded it to my cgi-bin folder. I<BR>
set the permissions to 755, and have a simple script called "test.mt" that<BR>
sits in the cgi-bin folder as well, and its permissions are 755. The script<BR>
is this...<BR>
<BR>
#!linux<BR>
<BR>
on startup<BR>
 put "Hello World!" into tResponse<BR>
 put "Content-Type: text/HTML" &amp;crlf<BR>
 put "Content-Length:" &amp;(the length of tResponse) &amp;crlf &amp;crlf<BR>
 put tResponse<BR>
end startup<BR>
<BR>
... and I keep getting an internal server error 500. I tried exactly the<BR>
same thing on another ISP using BSD (with the exception of the first line<BR>
being "#!mc"), and got the same result. I'm convinced I'm just not calling<BR>
it properly... any ideas?<BR>
<BR>
Thanks for any help anyone can provide.</BLOCKQUOTE><BR>
<BR>
</FONT></HTML>