Re: psql connection issue - Mailing list pgsql-general

From Tom Lane
Subject Re: psql connection issue
Date
Msg-id 3484.1412740930@sss.pgh.pa.us
Whole thread Raw
In response to psql connection issue  (Stephen Davies <sdavies@sdc.com.au>)
Responses Re: psql connection issue  (Stephen Davies <sdavies@sdc.com.au>)
List pgsql-general
Stephen Davies <sdavies@sdc.com.au> writes:
> I am in the process of migrating a bunch of databases and associated CGI
> scripts from 9.1.4 to 9.3 (and from 32-bit to 64-bit).

> The database migration has been successful but I have an issue with psql
> connections from CGI scripts.

> I can connect to the 9.3 server locally with psql from the command line, with
> psql from other boxes on the LAN via TCP, via JDBC from programs and servlets
> but cannot connect locally via CGI.

> If I run any of the CGI scripts from the command line they work but when
> invoked by Apache, they fail with the usual question as to whether anything is
> listening on socket /tmp/.s.PGSQL.5432.

Some Linux variants think it improves security to run daemons like apache
in a context where what the daemon sees as /tmp has been mapped somewhere
else.

If you're running one of these platforms, the Postgres server and libpq
distributed by the vendor will have been hacked to cope, typically by
agreeing that the socket location is something like /var/run/postgresql/
rather than /tmp.  I'm guessing your 9.3 installation was self-built
and hasn't been configured that way.

            regards, tom lane


pgsql-general by date:

Previous
From: Stephen Davies
Date:
Subject: psql connection issue
Next
From: Ian Barwick
Date:
Subject: Re: psql connection issue