"<a href=\"http://main-ops.dummy.com:1400/ldapsearch?query=cn $name " .
"ou=Inventory o=Dummy Inc o=My State o=US\">Machine Info</a>";
+$WWW_TITLE_COLOR = "#9999ff"; # Background color for table title cells
+$WWW_CELL_COLOR = "#cccccc"; # Background color for table detail cells
+
$WWW_USE_IMAGES = 0;
$WWW_COLOR{"red"} = "#cc0000";
# $HTTPDOCS{"sprite.its.uiowa.edu"} = [ "/index.html" ];
+# URL's for for http check. These configuations use HTTP 1.1 for testing.
+# The '_HOST_' string is replaced by the hostname as defined in spong.hosts.
+# The 'DEFAULT' entry is used for testing all hosts if not overriden.
+$HTTPURLS{"DEFAULT"} = [ "http://_HOST_/" ];
+$HHTPURLS{"aptest.my-inc.com"} = [ "http://_HOST_/",
+ "http://webtest.my-inc.com:8080/login.php3",
+ "http://_HOST_:8000/newapp/register.html",
+ ];
+
# ---------------------------------------------------------------------------
# Just a little more configuration information - these variables are for
# the spong-message program.