From: Michael Graff Date: Mon, 5 Nov 2007 17:05:03 +0000 (+0000) Subject: add words for stats-server configuration, and mention libxml2 dependacy X-Git-Tag: v9.5.0a7~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d32433b953d2a1d3a154d66521c683e23195785;p=thirdparty%2Fbind9.git add words for stats-server configuration, and mention libxml2 dependacy --- diff --git a/doc/arm/Bv9ARM-book.xml b/doc/arm/Bv9ARM-book.xml index 497dda13e3e..387804c0a80 100644 --- a/doc/arm/Bv9ARM-book.xml +++ b/doc/arm/Bv9ARM-book.xml @@ -1,5 +1,5 @@ ]> - + BIND 9 Administrator Reference Manual @@ -4568,6 +4568,7 @@ category notify { null; }; disable-empty-zone zone_name ; zero-no-soa-ttl yes_or_no ; zero-no-soa-ttl-cache yes_or_no ; + stats-server address ip_address port ip_port ; }; @@ -6837,6 +6838,33 @@ query-source-v6 address * port *; + + Statistics Server + + + + stats-server + + + Start a HTTP-based statistics server on the given IP address and port. + At this time, no client authentication is performed. + Using the IPv4 wildcard address (0.0.0.0) will cause the stats-server to listen + on all available IP addresses. Listing a single address (10.1.2.3) will listen + only on that address. Please use a caution in enabling this option and limit + connections to it via standard firewall techniques. + + + At this time, the stats-server can only listen on one IP address and port, or on all addresses. + + + This option requires that BIND 9 be compiled with libxml2. + + + + + + + Periodic Task Intervals