X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=spider-web%2Fspider.cgi;h=47a61ef32a2386a5368388cfe120ed4ce965f6a2;hb=63471efc29603014652936e096b57915023eb287;hp=8b8763b28159dd393a0f818a2cb3391e9395cbd1;hpb=b1d2bac29bfd88be5ba6d4b59df4574b15e402b6;p=spider.git diff --git a/spider-web/spider.cgi b/spider-web/spider.cgi index 8b8763b2..47a61ef3 100755 --- a/spider-web/spider.cgi +++ b/spider-web/spider.cgi @@ -10,9 +10,12 @@ use Sys::Hostname; my $HOSTNAME = hostname(); +# Please note that the HOSTNAME MUST be resolvable from the user end. Otherwise the +# web interface will NOT work. # Uncomment and set the hostname manually here if the above fails. # $HOSTNAME = "gb7mbc.spoo.org" ; $PORT = "8000" ; +$NODECALL = "XX0XX" ; # Send text/html header to the browser. print "Content-type: text/html\n\n"; @@ -48,7 +51,7 @@ print <<'EOF';
Cluster Web - DX Cluster Web Interface.

EOF - print("Welcome to $HOSTNAME
") ; + print("Welcome to $NODECALL
") ; print <<'EOF';