#!/usr/bin/perl
##############################################################################
# By BumbleBeeWare.com 2008
# get hardware and software details of a webserver for diagnostics or planning
# serverinfo.cgi
#
##############################################################################
#
##############################################################################
print "Content-type: text/html\n\n";
$response = `hostname`;
print "
Server Hostname
";
print "
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------
$response"; print "
-----------------------------------------