From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42670) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dahhf-0003GB-Pi for qemu-devel@nongnu.org; Thu, 27 Jul 2017 08:15:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dahhc-0002RC-Ea for qemu-devel@nongnu.org; Thu, 27 Jul 2017 08:15:43 -0400 Received: from mail-wm0-f41.google.com ([74.125.82.41]:34942) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dahhc-0002Qu-1k for qemu-devel@nongnu.org; Thu, 27 Jul 2017 08:15:40 -0400 Received: by mail-wm0-f41.google.com with SMTP id c184so103425340wmd.0 for ; Thu, 27 Jul 2017 05:15:40 -0700 (PDT) References: <1501075650-6971-1-git-send-email-thuth@redhat.com> <20170726140208.GO7620@redhat.com> <236fd293-5d5e-0436-afc3-599ae9de6f92@redhat.com> <3824bef1-1d90-e22f-03a1-9b66dbe1ccb5@redhat.com> <9d96e742-9cd4-6e02-d9ce-54ee369221cf@redhat.com> From: Paolo Bonzini Message-ID: Date: Thu, 27 Jul 2017 14:15:33 +0200 MIME-Version: 1.0 In-Reply-To: <9d96e742-9cd4-6e02-d9ce-54ee369221cf@redhat.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [qemu-web PATCH] Add a favicon.ico file List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Thomas Huth , "Daniel P. Berrange" Cc: Jeff Cody , qemu-devel@nongnu.org On 27/07/2017 11:24, Thomas Huth wrote: > On 26.07.2017 16:54, Paolo Bonzini wrote: >> On 26/07/2017 16:47, Thomas Huth wrote: >>> If you're willing to maintain that "mess", sure, please go ahead! But >>> please remove my SoB, I don't want to be responsible for all those files ;-) >> >> Changed it to suggested-by then, and pushed. :> >> >> Please test! > > Does anybody know how a favicon.ico is supposed to work with the > MediaWiki? Looking at the HTML of the Main_Page, it also references such > a file: > > > > But when you try to access that file, you're redirected to the > non-existing wiki page http://wiki.qemu.org/Favicon.ico ... That probably has to be fixed in httpd.conf. Paolo