You still with me? Okay the next thing
we need to do is try running some CGI applications with
your new server. To do so, simply dump a simple CGI script in the cgi-bin
directory under the sambar directory. Here is one I use
#!c:\Perl\Perl5.00402\bin\perl.exe
use CGI;
$dataIn = new CGI;
$dataIn->header();
print "Hello Cyberspace";
Previous |
Next |
Table of Contents
|