Re: [GENERAL] Unable to connect to Postgresql - Mailing list pgsql-general

From Daniel Verite
Subject Re: [GENERAL] Unable to connect to Postgresql
Date
Msg-id e61552b1-1c85-46d6-8c5e-3cb477c4a2e1@manitou-mail.org
Whole thread Raw
In response to [GENERAL] Unable to connect to Postgresql  (John Iliffe <john.iliffe@iliffe.ca>)
Responses Re: [GENERAL] Unable to connect to Postgresql
List pgsql-general
    John Iliffe wrote:

> The proper socket does exist:
>
> -------------------------------------
> ls -al /tmp | grep PGSQL
> srwxrwxrwx.  1 postgres postgres    0 Apr  7 16:53 .s.PGSQL.5432
> -rw-------.  1 postgres postgres   49 Apr  7 16:53 .s.PGSQL.5432.lock


Maybe the httpd service lives in another namespace,
e.g. it's chrooted. What if you try:
 <?php echo file_exists("/tmp/.s.PGSQL.5432"); ?>

Best regards,
--
Daniel Vérité
PostgreSQL-powered mailer: http://www.manitou-mail.org
Twitter: @DanielVerite


pgsql-general by date:

Previous
From: John Iliffe
Date:
Subject: Re: [GENERAL] Unable to connect to Postgresql
Next
From: John Iliffe
Date:
Subject: Re: [GENERAL] Unable to connect to Postgresql