mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Notes on the use of listen_tls/listen_tcp
* docs/remote.html docs/remote.html.in: patch from Kenneth Nagin with Notes on the use of listen_tls/listen_tcp Daniel
This commit is contained in:
parent
f011f263a1
commit
1290f50284
@ -1,3 +1,8 @@
|
|||||||
|
Tue May 20 17:53:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
|
||||||
|
|
||||||
|
* docs/remote.html docs/remote.html.in: patch from Kenneth Nagin
|
||||||
|
with Notes on the use of listen_tls/listen_tcp
|
||||||
|
|
||||||
Fri May 16 18:53:12 CEST 2008 Jim Meyering <meyering@redhat.com>
|
Fri May 16 18:53:12 CEST 2008 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
plug two leaks
|
plug two leaks
|
||||||
|
@ -595,8 +595,12 @@ Blank lines and comments beginning with <code>#</code> are ignored.
|
|||||||
<p>The following settings, values and default are:</p>
|
<p>The following settings, values and default are:</p>
|
||||||
<table class="top_table"><tr><th> Line </th><th> Default </th><th> Meaning </th></tr><tr><td> listen_tls <i>[0|1]</i> </td><td> 1 (on) </td><td>
|
<table class="top_table"><tr><th> Line </th><th> Default </th><th> Meaning </th></tr><tr><td> listen_tls <i>[0|1]</i> </td><td> 1 (on) </td><td>
|
||||||
Listen for secure TLS connections on the public TCP/IP port.
|
Listen for secure TLS connections on the public TCP/IP port.
|
||||||
|
Note: it is also necessary to start the server in listening mode by
|
||||||
|
running it with --listen or editing /etc/sysconfig/libvirtd by uncommenting the LIBVIRTD_ARGS="--listen" line
|
||||||
|
to cause the server to come up in listening mode whenever it is started.
|
||||||
</td></tr><tr><td> listen_tcp <i>[0|1]</i> </td><td> 0 (off) </td><td>
|
</td></tr><tr><td> listen_tcp <i>[0|1]</i> </td><td> 0 (off) </td><td>
|
||||||
Listen for unencrypted TCP connections on the public TCP/IP port.
|
Listen for unencrypted TCP connections on the public TCP/IP port.
|
||||||
|
Note: it is also necessary to start the server in listening mode.
|
||||||
</td></tr><tr><td> tls_port <i>"service"</i> </td><td> "16514" </td><td>
|
</td></tr><tr><td> tls_port <i>"service"</i> </td><td> "16514" </td><td>
|
||||||
The port number or service name to listen on for secure TLS connections.
|
The port number or service name to listen on for secure TLS connections.
|
||||||
</td></tr><tr><td> tcp_port <i>"service"</i> </td><td> "16509" </td><td>
|
</td></tr><tr><td> tcp_port <i>"service"</i> </td><td> "16509" </td><td>
|
||||||
|
@ -652,6 +652,9 @@ Blank lines and comments beginning with <code>#</code> are ignored.
|
|||||||
<td> 1 (on) </td>
|
<td> 1 (on) </td>
|
||||||
<td>
|
<td>
|
||||||
Listen for secure TLS connections on the public TCP/IP port.
|
Listen for secure TLS connections on the public TCP/IP port.
|
||||||
|
Note: it is also necessary to start the server in listening mode by
|
||||||
|
running it with --listen or editing /etc/sysconfig/libvirtd by uncommenting the LIBVIRTD_ARGS="--listen" line
|
||||||
|
to cause the server to come up in listening mode whenever it is started.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@ -659,6 +662,7 @@ Blank lines and comments beginning with <code>#</code> are ignored.
|
|||||||
<td> 0 (off) </td>
|
<td> 0 (off) </td>
|
||||||
<td>
|
<td>
|
||||||
Listen for unencrypted TCP connections on the public TCP/IP port.
|
Listen for unencrypted TCP connections on the public TCP/IP port.
|
||||||
|
Note: it is also necessary to start the server in listening mode.
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user