Re: php connection failure - Mailing list pgsql-general

From Tom Lane
Subject Re: php connection failure
Date
Msg-id 2852725.1628377867@sss.pgh.pa.us
Whole thread Raw
In response to Re: php connection failure  (ourdiaspora <ourdiaspora@protonmail.com>)
Responses Re: php connection failure  (ourdiaspora <ourdiaspora@protonmail.com>)
List pgsql-general
ourdiaspora <ourdiaspora@protonmail.com> writes:
> The postgresql server was restarted, successfully.
> listen_addresses = 'localhost'

I believe on most machines, that would result in the postmaster
only listening on 127.0.0.1, and ::1 if you're IPv6-enabled.
If php is trying to connect to something else, like say the
machine's external IP address, that could be your issue.

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: php connection failure
Next
From: ourdiaspora
Date:
Subject: Re: php connection failure