From: | Jasen Betts <jasen(at)xnet(dot)co(dot)nz> |
---|---|
To: | pgsql-php(at)postgresql(dot)org |
Subject: | Re: How to select the source ip address for a connection to the database server |
Date: | 2009-09-07 10:49:42 |
Message-ID: | h82og6$dpv@reversiblemaps.ath.cx |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-php |
On 2009-09-06, Dimitris Sakellarios <dimitris(dot)sakellarios(at)telesuite(dot)gr> wrote:
>
> That is the way sockets normally work, the primary address is always
> used for outgoing connections. It can not be changed without some low
> level programming. It is necessary to bind the socket to the specific IP
> address before opening the connection. I have done it with Perl, but not
> PHP.
>
> Bob McConnell
> N2SPP
>
basically what you need to do is take the libpq source extend the
conneection-string facility to include
bind-to-port and bind-to-address parameters which bind the outgoing
connection to the named resources and then recompile it and get it
installed on your server
no changes are likely to be needed to PHP
From | Date | Subject | |
---|---|---|---|
Next Message | Ronald D. Willis | 2009-09-09 05:24:32 | Re: Stored procedures, PDO, and PHP issue |
Previous Message | Jasen Betts | 2009-09-07 10:40:21 | Re: How to select the source ip address for a connection to the database server |