From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id pIAmJlhDKWWXriwAWB0awg (envelope-from ) for ; Fri, 13 Oct 2023 09:17:12 -0400 Received: by simark.ca (Postfix, from userid 112) id 8EDBB1E0C1; Fri, 13 Oct 2023 09:17:12 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 7DD291E00F for ; Fri, 13 Oct 2023 09:17:10 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E21003858D35 for ; Fri, 13 Oct 2023 13:17:09 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 0F5B63858D1E; Fri, 13 Oct 2023 13:16:55 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 0F5B63858D1E 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: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id E58AA300B302; Fri, 13 Oct 2023 15:16:53 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 9BD2F340276; Fri, 13 Oct 2023 15:16:53 +0200 (CEST) Message-ID: <628cc44b813aa1c808ae3d287b3019c91ea81c1b.camel@klomp.org> Subject: Re: Broken documentation URLs From: Mark Wielaard To: Eli Zaretskii , Marco Barisione Cc: gdb@sourceware.org, overseers@sourceware.org, Joel Brobecker Date: Fri, 13 Oct 2023 15:16:53 +0200 In-Reply-To: References: <835y3au1fd.fsf@gnu.org> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.48.4 (3.48.4-1.fc38) MIME-Version: 1.0 X-Spam-Status: No, score=-3026.9 required=5.0 tests=BAYES_00, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-bounces+public-inbox=simark.ca@sourceware.org Sender: "Gdb" Hi, Replying to my self, since my and Frank's messages crossed. On Fri, 2023-10-13 at 15:08 +0200, Mark Wielaard wrote: > As far as I know the onlinedocs are generated by the gdbadmin > through the /home/gdbadmin/ss/update-web-docs script. > See the /home/gdbadmin/ss/update-web-docs/HOWTO >=20 > I think this script would be responsible for creating a symlink or > redirect. >=20 > I just don't know what the official procedure is for updating that > script or how it is run (through a cronjob?) >=20 > Joel do you know? I still like to know how this exactly works. But there is no urgency.=C2=A0 Frank already fixed the "root cause" by adding an explicit redirect in the httpd conf.d. RedirectMatch permanent "/gdb/onlinedocs/gdb(.*)" "/gdb/current/onlinedocs/= gdb.html$1" So the script doesn't need to be changed. Cheers, Mark