Re: UNABLE TO CONNECT TO A DATABASE IN A WEB SERVER.

From: Joshua Tolley <eggyknap(at)gmail(dot)com>
To: JORGE MALDONADO <jorgemal1960(at)gmail(dot)com>
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: UNABLE TO CONNECT TO A DATABASE IN A WEB SERVER.
Date: 2010-05-27 02:10:45
Message-ID: 4bfdd4a7.c32ce70a.5367.2044@mx.google.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, May 26, 2010 at 11:47:03AM -0500, JORGE MALDONADO wrote:
> I have checked the configuration files on the server machine as follows:
> * The listen_addresses parameter in postgresql.conf equals *.
> * The pg_hba.conf has an entry of type=host, database=all, user=all,
> IP-Address=192.168.1.77/32, Password=md5.

Your listen_addresses setting clearly has taken effect, or you
wouldn't get the error message you report, but after creating that entry in
pg_hba.conf, did you reload the configs or restart the database? Another
possibility is that you've got some other entry overriding the one you
created, earlier in the pg_hba.conf file. Perhaps you could post your entire
pg_hba.conf.

--
Joshua Tolley / eggyknap
End Point Corporation
http://www.endpoint.com

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message A. Kretschmer 2010-05-27 06:53:07 Re: UNABLE TO CONNECT TO A DATABASE IN A WEB SERVER.
Previous Message Tony Day 2010-05-27 00:00:29 Re: UNABLE TO CONNECT TO A DATABASE IN A WEB SERVER.