[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

postgresql.conf - virtual_host



como hago para que postgresql liste solamente en 192.168.0.1 y 
127.0.0.1?

postgresql.conf:
   así, la segunda sobreescribe la primera:
      virtual_host = 192.168.0.1
      virtual_host = 127.0.0.1

   así, no me tira error y no se carga del demonio
      virtual_host = 192.168.0.1 (,|;|:| ) 127.0.0.1 

y evidentemente se puede listar en más de una dirección, porque por
defecto lista en todas.

a documentación dice:
VIRTUAL_HOST (string)
   Specifies the TCP/IP host name or address on which the postmaster
   is to listen for connections from client applications. Defaults 
   to listening on all configured addresses (including localhost).

bug?


-- 
To UNSUBSCRIBE, email to debian-user-spanish-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: