From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from elastic.org (elastic.org [96.126.110.187]) by sourceware.org (Postfix) with ESMTPS id BCFC03858D32 for ; Thu, 13 Apr 2023 20:27:06 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BCFC03858D32 Authentication-Results: sourceware.org; dmarc=pass (p=quarantine dis=none) header.from=elastic.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=elastic.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=elastic.org ; s=default2; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID: Subject:Cc:To:From:Date:Sender:Reply-To:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=x1eJyrT3wr7UToMM+3f+NJ6izIvdGDVGS6wmAILmHGE=; b=G+Z88++A77nC3mqL5NmgSU/D5n BIdqXUC8tyFx88t/BowmLhrceQunldQMQmVF7u0E+rGLfcnEwbpRLPKD9xfgOsaVfsJdpOYGr9wB3 NijKnba9q4FmQTYkzMqm0e/xGejx3NPAKs7TULBMkd9ZnyBrikQ5PJjjqWZReEZbGUcJ8NPrC9mDj N8VaLb0nlooFtmoObAiZwVar7KI/GAhzgvkA7XFDXOsum0AspIEFa27rJKkED0JlEc0b9AJgc3h5M JC0KLG1QgJTlXEuDQx8PTTJiEz7Vnut9dFOVK5TIRJgtow93l8uOjYGZQbtByRJF5dy90MSWu6wg5 MvI8ArCw==; Received: from vpn-home.elastic.org ([10.0.0.2] helo=elastic.org) by elastic.org with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1pn3X6-0007ta-2u; Thu, 13 Apr 2023 20:27:04 +0000 Received: from very.elastic.org ([192.168.1.1]) by elastic.org with esmtp (Exim 4.96) (envelope-from ) id 1pn3X6-000Xy2-1o; Thu, 13 Apr 2023 16:27:04 -0400 Received: from fche by very.elastic.org with local (Exim 4.96) (envelope-from ) id 1pn3X6-003n96-1c; Thu, 13 Apr 2023 16:27:04 -0400 Date: Thu, 13 Apr 2023 16:27:04 -0400 From: "Frank Ch. Eigler" To: Overseers mailing list Cc: Bernhard Reutner-Fischer , aldot@gcc.gnu.org Subject: Re: Web: inbox/gcc-bugs broken links (for all bugzilla mails) Message-ID: References: <20230413120026.112fcfc1@nbbrfq> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230413120026.112fcfc1@nbbrfq> X-Sender-Verification: "" X-Spam-Status: No, score=-101.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,SPF_HELO_PASS,SPF_PASS,TXREP,USER_IN_WELCOMELIST,USER_IN_WHITELIST autolearn=ham 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 - > 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! - FChE