From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 0CA4C385770C for ; Mon, 17 Apr 2023 09:07:12 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0CA4C385770C Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org Received: by gnu.wildebeest.org (Postfix, from userid 1000) id 342FE302BB02; Mon, 17 Apr 2023 11:07:11 +0200 (CEST) Date: Mon, 17 Apr 2023 11:07:11 +0200 From: Mark Wielaard To: Bernhard Reutner-Fischer via Overseers Cc: "Frank Ch. Eigler" , Bernhard Reutner-Fischer , aldot@gcc.gnu.org Subject: Re: Web: inbox/gcc-bugs broken links (for all bugzilla mails) Message-ID: <20230417090711.GI20056@gnu.wildebeest.org> References: <20230413120026.112fcfc1@nbbrfq> <20230414094553.5b3fb61c@nbbrfq> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230414094553.5b3fb61c@nbbrfq> User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-Status: No, score=-3030.5 required=5.0 tests=BAYES_00,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,SPF_HELO_NONE,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: Hi, On Fri, Apr 14, 2023 at 09:45:53AM +0200, Bernhard Reutner-Fischer via Overseers wrote: > On Thu, 13 Apr 2023 16:27:04 -0400 > "Frank Ch. Eigler" wrote: > > > When i direct my browser to > > > https://inbox.sourceware.org/gcc-bugs/ > > > i get 404 for every link there. > > > > Mark and I fixed this long-standing problem by tweaking the way > > sourceware's httpd reverse-proxies to public-inbox. Thanks for > > the report! > > Many thanks for the speedy fix! I confirm they all work fine now. All praise should go to Frank who actually investigated and noticed that locally, without a http proxy in front of public-inbox-httpd (it runs as its own isolated user), things seemed to work fine. So in case others are running public-inbox-httpd behind an Apache proxy then you want to add nocanon to ProxyPass and set AllowEncodedSlashes On Cheers, Mark