### Sets the port that the HTTP webserver listens on
###  NOTE: --http-server 3000 is the default
--w3c
{
	my $port = $ntop{'TCPPort'} || '3000';
	$OUT .= "--http-server 127.0.0.1:$port\n";
}

