Whatever message this page gives is out now! Go check it out!
<cfscript>
myServer=cgi.SERVER_NAME;
if (myServer==cgi.SERVER_NAME)
WriteOutput("Server exists");
else
WriteOutput("Server does not exist");
</cfscript><cfscript>
WriteDump(cgi);
</cfscript>