yum.postgresql.org 404 when port in host header - Mailing list pgsql-www

From Bryan McLellan
Subject yum.postgresql.org 404 when port in host header
Date
Msg-id CAMojFHBssBy_Fj+9RUMfQiSdHj34b8PhEKL_mTMNYmc+0gb25Q@mail.gmail.com
Whole thread Raw
Responses Re: yum.postgresql.org 404 when port in host header
List pgsql-www
I'm debugging a chef bug [1] that was reported with a recent release
where requests are failing to yum.postgresql.rog now because the host
header includes a port. I'd like to narrow this down to a webserver,
configuration, or load balancer. Anyone here familiar with this server
and have any ideas?

This works fine:
curl -H Host:yum.postgresql.org
http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-centos91-9.1-4.noarch.rpm

This returns a 404:
curl -H Host:yum.postgresql.org:80
http://yum.postgresql.org/9.1/redhat/rhel-5-x86_64/pgdg-centos91-9.1-4.noarch.rpm

Bryan

[1] https://tickets.opscode.com/browse/CHEF-5010



pgsql-www by date:

Previous
From: "Joshua D. Drake"
Date:
Subject: Re: [pgsql-advocacy] Milwaukee User Group
Next
From: Stephen Frost
Date:
Subject: Re: yum.postgresql.org 404 when port in host header