Eduardo Morras wrote:

> In 87.238.57.232 (Sweeden) 98.129.198.126(San Antonio,TX) and
> 217.196.149.50(Saltzburg) i get  lighttpd default page.
> 
> Perhaps a miss configuration on my ISPs dns.

These IP addresses look fine, but it's not unexpected that using them
directly in the browser's address bar doesn't get the postgresql.org
homepage.
Because depending on its configuration, the remote server may need the proper
HTTP Host field.

You could try this command line instead:
wget --header='Host: www.postgresql.org' 87.238.57.232 

If it still fetches a domain parking page, there may be a proxy in-between
that is malfunctioning or playing dirty.

Best regards,
-- 
Daniel
PostgreSQL-powered mail user agent and storage: http://www.manitou-mail.org


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general

Reply via email to