From: | "Daniel Verite" <daniel(at)manitou-mail(dot)org> |
---|---|
To: | "Eduardo Morras" <emorrasg(at)yahoo(dot)es> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: What's wrong with postgresql.org domain? |
Date: | 2013-04-18 11:53:04 |
Message-ID: | aea947e1-0b63-4824-b24d-2c7282284041@mm |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Alfonso Afonso | 2013-04-18 12:05:32 | Re: Emulating trigger BEFORE SELECT behavior |
Previous Message | Eduardo Morras | 2013-04-18 11:08:29 | Re: What's wrong with postgresql.org domain? |