Re: authentication question - Mailing list pgsql-php

From Christopher Kings-Lynne
Subject Re: authentication question
Date
Msg-id 0f2a01c35cae$af2358a0$2800a8c0@mars
Whole thread Raw
In response to Re: authentication question  (Cath Lawrence <Cath.Lawrence@anu.edu.au>)
List pgsql-php
> But while I'm here - how does PHP connect? If rejecting connections
> from the local machine and from 127.0.0.1 didn't do the trick, why not?
> (Or is that getting into network issues and I needed the host's IP
> address?)

PHP is probably using a Unix domain socket (eg. /tmp/pgsql.1321 or
something), and not using an actual TCP/IP connection.

Chris


pgsql-php by date:

Previous
From: Cath Lawrence
Date:
Subject: Re: authentication question
Next
From: Robby Russell
Date:
Subject: Re: authentication question