Re: $_SERVER['SERVER_ADDR'] ; returns wrong value "::1" - Mailing list pgsql-admin

From Postgres Admin
Subject Re: $_SERVER['SERVER_ADDR'] ; returns wrong value "::1"
Date
Msg-id 42B16AFF.4020403@productivitymedia.com
Whole thread Raw
In response to $_SERVER['SERVER_ADDR'] ; returns wrong value "::1"  (Bill Hernandez <pgsql@mac-specialist.com>)
List pgsql-admin
::1 is a function of the PHP $_SERVER[''] internal function, not a
PostgreSQL problem. It will display ::1 on any database, you program a
PHP custom function to call the whole IP address.  The real question is
that a problem in a production environment? Of note, outside IP
addresses will display fine using $_SERVER[''].

Good Luck,
J

pgsql-admin by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Indexes getting corrupted.
Next
From: Tom Lane
Date:
Subject: Re: Indexes getting corrupted.