|
1 | 1 | <!-- |
2 | | -$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.243 2004/03/01 17:58:39 neilc Exp $ |
| 2 | +$PostgreSQL: pgsql/doc/src/sgml/runtime.sgml,v 1.244 2004/03/05 23:16:17 tgl Exp $ |
3 | 3 | --> |
4 | 4 |
|
5 | 5 | <Chapter Id="runtime"> |
@@ -700,9 +700,11 @@ SET ENABLE_SEQSCAN TO OFF; |
700 | 700 | <term><varname>virtual_host</varname> (<type>string</type>)</term> |
701 | 701 | <listitem> |
702 | 702 | <para> |
703 | | - Specifies the host name or IP address on which the server is |
704 | | - to listen for connections from client applications. The |
705 | | - default is to listen on all configured addresses (including |
| 703 | + Specifies the IP address(es) on which the server is |
| 704 | + to listen for connections from client applications. If specified, |
| 705 | + it takes the form of a space-separated list of host names and/or |
| 706 | + numeric IP addresses. If the list is empty, the server listens |
| 707 | + on all available addresses (including |
706 | 708 | <systemitem class="systemname">localhost</>). |
707 | 709 | </para> |
708 | 710 | </listitem> |
|