BIND 10 trac547-summarized, updated. f8a702716291db0b289aa211e5adac6fb2790cb7 [trac547] regenerated the manpage
BIND 10 source code commits
bind10-changes at lists.isc.org
Wed Apr 13 10:10:43 UTC 2011
The branch, trac547-summarized has been updated
via f8a702716291db0b289aa211e5adac6fb2790cb7 (commit)
via 390af5c81d043a9f4cc8e908365e7f0734bddb8f (commit)
via 2df69541deceaa8a3bbbcc04d2087e94aa063d11 (commit)
via ed3c8e2f7a386b05b696d3ff79fa285ae7a050e9 (commit)
via 1f16df990ddee676893ae701b8553fd42d6992a7 (commit)
from 342926bcc0d317101321ff9afe6cf61967472a6a (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit f8a702716291db0b289aa211e5adac6fb2790cb7
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Apr 13 19:11:01 2011 +0900
[trac547] regenerated the manpage
commit 390af5c81d043a9f4cc8e908365e7f0734bddb8f
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Apr 13 19:07:51 2011 +0900
[trac547] a grammatical fix
commit 2df69541deceaa8a3bbbcc04d2087e94aa063d11
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Apr 13 18:59:20 2011 +0900
[trac547] removed an unnecessary sentence described below again
commit ed3c8e2f7a386b05b696d3ff79fa285ae7a050e9
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Apr 13 18:56:08 2011 +0900
[trac547] added a sentence helping end users' understanding about configuration
commit 1f16df990ddee676893ae701b8553fd42d6992a7
Author: Naoki Kambe <kambe at jprs.co.jp>
Date: Wed Apr 13 18:14:36 2011 +0900
[trac547] a grammatical fix
-----------------------------------------------------------------------
Summary of changes:
src/bin/stats/b10-stats-httpd.8 | 19 +++++++++----------
src/bin/stats/b10-stats-httpd.xml | 15 +++++++--------
2 files changed, 16 insertions(+), 18 deletions(-)
-----------------------------------------------------------------------
diff --git a/src/bin/stats/b10-stats-httpd.8 b/src/bin/stats/b10-stats-httpd.8
index ebd7b3e..e17c976 100644
--- a/src/bin/stats/b10-stats-httpd.8
+++ b/src/bin/stats/b10-stats-httpd.8
@@ -36,20 +36,18 @@ b10-stats-httpd \- BIND 10 HTTP server for HTTP/XML interface of statistics
.PP
\fBb10\-stats\-httpd\fR
-is a stand\-alone HTTP server\&. It is intended for HTTP/XML interface for statistics module\&. This server process runs as a process separated from the process of the BIND 10 Stats daemon (\fBb10\-stats\fR)\&. The server is initially executed by the BIND 10 boss process (\fBbind10\fR) and finally exited by it\&. The server is intended to be requested by HTTP clients like web browsers and third\-party modules\&. When the server is requested, it requests BIND 10 statistics data to
-\fBb10\-stats\fR, and
-\fBb10\-stats\fR
-sends the data to the server in Python dictionary format and the server converts it into XML format\&. The server sends it to the HTTP client\&. The server can send three types of document, which are XML (Extensible Markup Language), XSD(XML Schema definition) and XSL(Extensible Stylesheet Language)\&. The XML document is the statistics data of BIND 10, The XSD document is the data schema of it, and The XSL document is the style sheet to be showed for the web browsers\&. Please see the manual and the spec file of
+is a standalone HTTP server\&. It is intended for HTTP/XML interface for statistics module\&. This server process runs as a process separated from the process of the BIND 10 Stats daemon (\fBb10\-stats\fR)\&. The server is initially executed by the BIND 10 boss process (\fBbind10\fR) and eventually exited by it\&. The server is intended to be server requests by HTTP clients like web browsers and third\-party modules\&. When the server is asked, it requests BIND 10 statistics data from
+\fBb10\-stats\fR, and it sends the data back in Python dictionary format and the server converts it into XML format\&. The server sends it to the HTTP client\&. The server can send three types of document, which are XML (Extensible Markup Language), XSD (XML Schema definition) and XSL (Extensible Stylesheet Language)\&. The XML document is the statistics data of BIND 10, The XSD document is the data schema of it, and The XSL document is the style sheet to be showed for the web browsers\&. Please see the manual and the spec file of
\fBb10\-stats\fR
for more details about the items of BIND 10 statistics\&. The server uses CC session in communication with
\fBb10\-stats\fR\&. CC session is provided by
\fBb10\-msgq\fR
which is started by
\fBbind10\fR
-in advance\&. The server is implemented by HTTP\-server libraries included in Python 3\&. The parameter of the server is a list of pairs of the listening address and the port number specified in the spec file of it\&. The server obtains the configuration from the config manager (\fBb10\-cfgmgr\fR) in runtime\&. Please see below for more details about this spec file and configuration of the server\&.
+in advance\&. The server is implemented by HTTP\-server libraries included in Python 3\&. The server obtains the configuration from the config manager (\fBb10\-cfgmgr\fR) in runtime\&. Please see below for more details about this spec file and configuration of the server\&.
.SH "OPTIONS"
.PP
-The arguments are as follows:
+The argument is as follow:
.PP
\fB\-v\fR, \fB\-\-verbose\fR
.RS 4
@@ -89,14 +87,15 @@ is:
.RS 4
a list of pairs of address and port for
\fBb10\-stats\-httpd\fR
-to listen HTTP requests on\&. The pair is consist of the
+to listen HTTP requests on\&. The pair consists of the
\fIaddress\fR
string and
\fIport\fR
-number\&. The default setting is the list of address 127\&.0\&.0\&.1 port 8000\&. If the server is started by the default setting being left, for example, the URL for XML document is http://127\&.0\&.0\&.1:8000/bind10/statistics/xml\&. And also IPv6 addresses can be configured and they works in the runtime environment for dual stack\&.
+number\&. The default setting is the list of address 127\&.0\&.0\&.1 port 8000\&. If the server is started by the default setting being left, for example, the URL for XML document is http://127\&.0\&.0\&.1:8000/bind10/statistics/xml\&. And also IPv6 addresses can be configured and they works in the runtime environment for dual stack\&. You can change the settings through
+bindctl(8)
.RE
.PP
-The configuration commands in
+The commands in
stats\-httpd\&.spec
are:
.PP
@@ -104,7 +103,7 @@ are:
.RS 4
shows the status of
\fBb10\-stats\-httpd\fR
-with its PID on the runtime machine\&.
+with its PID\&.
.RE
.PP
\fBshutdown\fR
diff --git a/src/bin/stats/b10-stats-httpd.xml b/src/bin/stats/b10-stats-httpd.xml
index 32cbca1..0f17775 100644
--- a/src/bin/stats/b10-stats-httpd.xml
+++ b/src/bin/stats/b10-stats-httpd.xml
@@ -71,18 +71,16 @@
with <command>b10-stats</command>. CC session is provided
by <command>b10-msgq</command> which is started
by <command>bind10</command> in advance. The server is implemented by
- HTTP-server libraries included in Python 3. The parameter of the server
- is a list of pairs of the listening address and the port number specified
- in the spec file of it. The server obtains the configuration from the
- config manager (<command>b10-cfgmgr</command>) in runtime. Please see
- below for more details about this spec file and configuration of the
- server.
+ HTTP-server libraries included in Python 3. The server obtains the
+ configuration from the config manager (<command>b10-cfgmgr</command>) in
+ runtime. Please see below for more details about this spec file and
+ configuration of the server.
</para>
</refsect1>
<refsect1>
<title>OPTIONS</title>
- <para>The arguments are as follows:</para>
+ <para>The argument is as follow:</para>
<variablelist>
<varlistentry>
<term><option>-v</option>, <option>--verbose</option></term>
@@ -146,7 +144,8 @@
default setting being left, for example, the URL for XML document
is http://127.0.0.1:8000/bind10/statistics/xml. And also IPv6
addresses can be configured and they works in the runtime
- environment for dual stack.
+ environment for dual stack. You can change the settings
+ through <refentrytitle>bindctl</refentrytitle><manvolnum>8</manvolnum>
</para>
</listitem>
</varlistentry>
More information about the bind10-changes
mailing list