Re: [PHP] authentication question

From: "Christopher Kings-Lynne" <chriskl(at)familyhealth(dot)com(dot)au>
To: "Cath Lawrence" <Cath(dot)Lawrence(at)anu(dot)edu(dot)au>, <pgsql-php(at)postgresql(dot)org>, <pgsql-novice(at)postgresql(dot)org>
Subject: Re: [PHP] authentication question
Date: 2003-08-07 06:39:40
Message-ID: 0f2a01c35cae$af2358a0$2800a8c0@mars
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice 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

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Alexandre Touret 2003-08-07 11:28:11 [NEWBIE] FATAL 1: IDENT authentication failed for user "admin"
Previous Message Cath Lawrence 2003-08-07 06:27:48 Re: [PHP] authentication question

Browse pgsql-php by date

  From Date Subject
Next Message Ângelo Marcos Rigo 2003-08-07 11:44:18 Sending one form for two scripts
Previous Message Cath Lawrence 2003-08-07 06:27:48 Re: [PHP] authentication question