From 941db286a4f5cb30f776dd3a0b28d43ad038f8f3 Mon Sep 17 00:00:00 2001 From: Stephen L Johnson Date: Mon, 25 Sep 2000 20:43:54 +0000 Subject: [PATCH] added $WAPSPONG variable needed for wap-spong program --- config/spong.conf | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/config/spong.conf b/config/spong.conf index 29f08ae..2469803 100755 --- a/config/spong.conf +++ b/config/spong.conf @@ -1,7 +1,7 @@ # --------------------------------------------------------------------------- # Generic SPONG settings, specifies where files are kept, etc... # --------------------------------------------------------------------------- -# $Id: spong.conf,v 1.17 2000/09/18 18:36:56 sljohnson Exp $ +# $Id: spong.conf,v 1.18 2000/09/25 20:43:54 sljohnson Exp $ $SPONGSLEEP = 300; # Sleep time between check cycles. Depreciated @@ -38,9 +38,13 @@ $WWW_FQDN = 1; $WWWGIFS = "/spong/gifs"; # URL to www/gifs dir $WWWDOCS = "/spong/docs"; # URL to www/docs dir -$WWWHTML = "/usr/local/spong/www/html"; -$WWWSPONG = "/cgi-bin/www-spong"; -$WWWACK = "/cgi-bin/www-spong-ack"; +$WWWHTML = "/usr/local/spong/www/html"; # File path to SPONG/www dir +$WWWSPONG = "/cgi-bin/www-spong"; # URL path to www-spong program +$WWWACK = "/cgi-bin/www-spong-ack"; # URL path to www-spong-ack pgm + +$WAPSPONG = "/cgi-bin/wap-spong"; # URL path to wap-spong pgm + # BETA version of this feature + #$WWWCONTACT = "/spong/page.cgi"; # This CGI script is not provided. See # the admin-guide for more infomation -- 2.30.2