{
    my $servertokens = db_get_prop($confref, 'httpd', 'ServerTokens') ||
    			'ProductOnly';
    $OUT = "ServerTokens $servertokens";
}
