Re: I can't connect to phpPgAdmin - Mailing list pgsql-admin

From Tom Lane
Subject Re: I can't connect to phpPgAdmin
Date
Msg-id 541.1048348199@sss.pgh.pa.us
Whole thread Raw
In response to Re: I can't connect to phpPgAdmin  ("Devi Munandar" <devi@informatika.lipi.go.id>)
List pgsql-admin
"Devi Munandar" <devi@informatika.lipi.go.id> writes:
> I''ve tried to set up pg_hba.conf and postgres.conf, and then execution
>> psql -h 167.205.240.67 -- that is my IP Address server-- but still get
> problem and gei message "could not connect  to server : connection refuse,
> is the server running on 167.205.240.67 and accepting TCP/IP connections on
> port 5432", so what can i do?

If you're seeing "connection refused" then the connection attempt is
never reaching the postmaster at all.  It's not clear from what you
say above that you've actually started the postmaster.  If you did start
the postmaster, perhaps you have packet filtering turned on that
prevents connections to port 5432?  (The default configuration in recent
Red Hat releases will filter such connections, for example.)

            regards, tom lane


pgsql-admin by date:

Previous
From: "A.Bhuvaneswaran"
Date:
Subject: Method to avoid deadlock detected
Next
From: "Mario Alberto Soto Cordones"
Date:
Subject: PROBLEM WITH pg_hba.conf in POSTGRES 7.3.2