Re: What's wrong with postgresql.org domain? - Mailing list pgsql-general

From Daniel Verite
Subject Re: What's wrong with postgresql.org domain?
Date
Msg-id aea947e1-0b63-4824-b24d-2c7282284041@mm
Whole thread Raw
In response to Re: What's wrong with postgresql.org domain?  (Eduardo Morras <emorrasg@yahoo.es>)
List pgsql-general
    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


pgsql-general by date:

Previous
From: Eduardo Morras
Date:
Subject: Re: What's wrong with postgresql.org domain?
Next
From: Alfonso Afonso
Date:
Subject: Re: Emulating trigger BEFORE SELECT behavior