From eca786cfba1d8bd1f83957a185418034917b0482 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 7 Feb 2000 04:46:46 +0000 Subject: [PATCH] added new $WWW_TITLE_COLOR, $WWW_CELL_COLOR, and $HTTPURLS configuration variables --- config/spong.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config/spong.conf b/config/spong.conf index 4719f0f..cd8842e 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -28,6 +28,9 @@ $WWW_ACTIONBAR_CUSTOM = "Machine Info"; +$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"; @@ -131,6 +134,15 @@ $HTTPPORT{"ALL"} = 80; # $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. -- 2.30.2