I have updated the DNS. I have to catch an airplane now.
Wietse
On 05/16/2015 03:04 PM, Isaac Grover wrote:
> I noticed the 403 errors earlier, but as I was drafting a message to the
> list, the server came back online, likely a result of round robin DNS.
> Knowing that now, I noticed one of the servers was still running Apache
> v2.2.15 and v2.2.27, which rem
On 04/13/2015 04:30 AM, Wietse Venema wrote:
> Peter:
>> $ telnet 131.211.32.146 80
>> Trying 131.211.32.146...
>> Connected to 131.211.32.146.
>> Escape character is '^]'.
>> GET / HTTP/1.1
>> Host: www.postfix.org
>>
>> HTTP/1.1 404 Not Found
>
> Seems to be OK now.
Broken again, this time 131.
Peter:
> $ telnet 131.211.32.146 80
> Trying 131.211.32.146...
> Connected to 131.211.32.146.
> Escape character is '^]'.
> GET / HTTP/1.1
> Host: www.postfix.org
>
> HTTP/1.1 404 Not Found
Seems to be OK now.
Wietse
There are two A records for www.postfix.org, one of the web servers
seems to be working fine, the other is returning 404s:
$ dig www.postfix.org A +short
168.100.10.85
131.211.32.146
$ telnet 168.100.10.85 80
Trying 168.100.10.85...
Connected to 168.100.10.85.
Escape character is '^]'.
GET / HTTP/