Date: Mon, 25 Apr 2011 09:21:16 +0200 From: "Simon L. B. Nielsen" <simon@nitro.dk> To: bf1783@gmail.com Cc: World Wide Web Owner <www@freebsd.org> Subject: Re: Mailman problem Message-ID: <B4EF11CB-D404-44FB-A3D8-5B6F43DF803F@nitro.dk> In-Reply-To: <859CB03C-723C-4CF5-A8D2-2DD63480E6FD@nitro.dk> References: <BANLkTinqAqEp0-yEJsZNAA98MEMBodZGJQ@mail.gmail.com> <5B9B9338-2683-41FA-8B31-053A72B13549@nitro.dk> <BANLkTikV4YFuHxfiHt48NgZbh9ET6SCBKg@mail.gmail.com> <BANLkTimXvxm-QB23K0UWukG%2BhCK5do%2BBXg@mail.gmail.com> <859CB03C-723C-4CF5-A8D2-2DD63480E6FD@nitro.dk>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24 Apr 2011, at 19:27, Simon L. B. Nielsen wrote: > On 24 Apr 2011, at 19:02, b. f. wrote: >=20 > [cut] >> With (1) and (2), if I attempt to follow the link on >>=20 >> http://www.freebsd.org/community/mailinglists.html >>=20 >> to >>=20 >> http://lists.FreeBSD.org/mailman/listinfo , >>=20 >> the request fails with the error message: >>=20 >> "FreeBSD.org - Document not found >>=20 >> The file >>=20 >> http://realcgi.sky.freebsd.org > [...] >> If instead I attempt to go directly to (note the difference in case: >> FreeBSD --> freebsd): > [...] >=20 > Ah, the problem must be that the matching is case sensitive, I can = reproduce with with curl. >=20 > Fails: curl http://lists.FreeBSD.org/mailman/listinfo >=20 > Works: curl http://lists.freebsd.org/mailman/listinfo >=20 > I guess many modern browsers simply make the hostname lowercase in the = request, and that's why I haven't noticed the problem before. Hey, I think I have fixed it now by making the comparison case insensitive. I now know a but more about Varnish configuration :) - thanks for all = the tests and the details report. --=20 Simon L. B. Nielsen
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?B4EF11CB-D404-44FB-A3D8-5B6F43DF803F>