X-Loop: [email protected] Subject: bug#223: lighttpd: start page: replaced Debian with Devuan, changed wrong path, added informations Reply-To: Jens Korte <[email protected]>, [email protected] Resent-From: Jens Korte <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] Resent-Date: Fri, 29 Jun 2018 09:33:01 UTC Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: report 223 X-Devuan-PR-Package: lighttpd X-Devuan-PR-Keywords: Received: via spool by [email protected] id=B.153026400212194 (code B ref -1); Fri, 29 Jun 2018 09:33:01 UTC Received: (at submit) by bugs.devuan.org; 29 Jun 2018 09:20:02 +0000 Delivered-To: [email protected] Received: from tupac3.dyne.org [195.169.149.119] by fulcanelli with IMAP (fetchmail-6.3.26) for <debbugs@localhost> (single-drop); Fri, 29 Jun 2018 11:20:02 +0200 (CEST) Received: from mx2.mailbox.org (mx2.mailbox.org [80.241.60.215]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by vm6.ganeti.dyne.org (Postfix) with ESMTPS id DD067F604E2 for <[email protected]>; Fri, 29 Jun 2018 11:16:10 +0200 (CEST) Authentication-Results: vm6.ganeti.dyne.org; dkim=pass (2048-bit key; secure) header.d=mailbox.org [email protected] header.b="emp/3hFU"; dkim-atps=neutral Received: from smtp1.mailbox.org (smtp1.mailbox.org [80.241.60.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.mailbox.org (Postfix) with ESMTPS id 8455B4107E for <[email protected]>; Fri, 29 Jun 2018 11:13:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mailbox.org; h= content-type:content-type:mime-version:message-id:subject :subject:from:from:date:date:received; s=mail20150812; t= 1530263625; bh=RJPxF87q4nb8FOwS3gQy6kJTvGzAx7fk5Kl8Bu14eZI=; b=e mp/3hFUcHrfjJygYiB1DdWpbyjXRCNndemFxow35iiolFSgIbLAMlcRGt66Oag/r ajjwTIiww/ze7iZzV3cyaWs5G53rXQI6H44FOq1Su4EPK+M0ldwcVFgsIo1aHzvN rcElFr4naBxhgLv0FGXn21eYdGzgaRrTCIVt6rw3n8VKpZ9Ki/pumbNjJojjZ/KD VFK1+aBd53pSQrm76pudO+Z/sjDACAuoC+s1rSelC32Pb27s9xSTlYWJvpZy2tps pe52p+/OtEYIIPIThcw9cMm9jFl+1HJe9wldj4JN8EpgO5AOpK9x+lNdKkUGIt6k G7xg2CDy1bY1qv4aue7Rg== X-Virus-Scanned: amavisd-new at heinlein-support.de Received: from smtp1.mailbox.org ([80.241.60.240]) by gerste.heinlein-support.de (gerste.heinlein-support.de [91.198.250.173]) (amavisd-new, port 10030) with ESMTP id TKjQPGQZxdsl for <[email protected]>; Fri, 29 Jun 2018 11:13:45 +0200 (CEST) Date: Fri, 29 Jun 2018 11:11:44 +0200 From: Jens Korte <[email protected]> To: [email protected] Message-ID: <20180629111144.4869d868@x201> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="MP_/ExrEs1omRx0yK8wsNff8Ywp" X-Spam-Status: No, score=-0.8 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_PASS, T_HTML_ATTACH autolearn=disabled version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on tupac3.dyne.org --MP_/ExrEs1omRx0yK8wsNff8Ywp Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Content-Disposition: inline Package:lighttpd Version:1.4.45-1 The placeholder file /var/www/html/index.lighttpd.html wasn't up to date. * replaced Debian with Devuan, one link to Debian still exists. I didn't know how to replace [Lighttpd server package](http://packages.debian.org/lighttpd) * assuming that /var/www/html is your DocumentRoot (before: /var/www/ which is wrong for Debian too, that could be reported upstream) * added: This file is named index.lighttpd.html for preventing collisions with other webserver installed on your system. You find it at /var/www/html/index.lighttpd.html in your local file system * added to bugs reports: [Instructions on doing this](https://bugs.devuan.org/) and changed link to the list of known bugs. The complete file and a diff is attached. --MP_/ExrEs1omRx0yK8wsNff8Ywp Content-Type: text/x-patch Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=index.lighttpd.html.patch 32c32 < <li>CGI scripts are looked for in <span class="tt">/usr/www/cgi-bin</span>, which is where Debian packages will place their scripts. You can enable cgi module by using command <span class="bold tt">"lighty-enable-mod cgi"</span>.</li> --- > <li>CGI scripts are looked for in <span class="tt">/usr/www/cgi-bin</span>, which is where Devuan packages will place their scripts. You can enable cgi module by using command <span class="bold tt">"lighty-enable-mod cgi"</span>.</li> 34c34,35 < <li>The default directory index is <span class="tt">index.html</span>, meaning that requests for a directory <span class="tt">/foo/bar/</span> will give the contents of the file /var/www/foo/bar/index.html if it exists (assuming that <span class="tt">/var/www</span> is your DocumentRoot).</li> --- > <li>The default directory index is <span class="tt">index.html</span>, meaning that requests for a directory <span class="tt">/foo/bar/</span> will give the contents of the file /var/www/html/foo/bar/index.html if it exists (assuming that <span class="tt">/var/www/html</span> is your DocumentRoot).</li> > <li>This file is named <a href="/index.lighttpd.html">index.lighttpd.html</a> for preventing collisions with other webserver installed on your system. You find it at <a href="file:///var/www/html/index.lighttpd.html">/var/www/html/index.lighttpd.html</a> in your local file system</li> 39c40 < This is a placeholder page installed by the Debian release of the <a href="http://packages.debian.org/lighttpd">Lighttpd server package.</a> --- > This is a placeholder page installed by the Devuan release of the <a href="http://packages.debian.org/lighttpd">Lighttpd server package.</a> 42c43 < This computer has installed the Debian GNU/Linux operating system, but it has nothing to do with the Debian Project. Please do not contact the Debian Project about it. --- > This computer has installed the Devuan GNU+Linux operating system, but it has nothing to do with the Devuan Project. Please do not contact the Devuan Project about it. 45,46c46,47 < If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. Instructions on doing this, and the list of known bugs of this package, can be found in the < <a href="http://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=lighttpd">Debian Bug Tracking System.</a> --- > If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. <a href="https://bugs.devuan.org/">Instructions on doing this</a>, and the list of known bugs of this package, can be found in the > <a href="https://bugs.devuan.org//cgi/pkgreport.cgi?which=pkg&data=lighttpd">Devuan Bug Tracking System.</a> --MP_/ExrEs1omRx0yK8wsNff8Ywp Content-Type: text/html Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=index-new.lighttpd.html <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>Welcome page</title> <style type="text/css" media="screen"> body { background: #e7e7e7; font-family: Verdana, sans-serif; font-size: 11pt; } #page { background: #ffffff; margin: 50px; border: 2px solid #c0c0c0; padding: 10px; } #header { background: #4b6983; border: 2px solid #7590ae; text-align: center; padding: 10px; color: #ffffff; } #header h1 { color: #ffffff; } #body { padding: 10px; } span.tt { font-family: monospace; } span.bold { font-weight: bold; } a:link { text-decoration: none; font-weight: bold; color: #C00; background: #ffc; } a:visited { text-decoration: none; font-weight: bold; color: #999; background: #ffc; } a:active { text-decoration: none; font-weight: bold; color: #F00; background: #FC0; } a:hover { text-decoration: none; color: #C00; background: #FC0; } </style> </head> <body> <div id="page"> <div id="header"> <h1> Placeholder page </h1> The owner of this web site has not put up any web pages yet. Please come back later. </div> <div id="body"> <h2>You should replace this page with your own web pages as soon as possible.</h2> Unless you changed its configuration, your new server is configured as follows: <ul> <li>Configuration files can be found in <span class="tt">/etc/lighttpd</span>. Please read <span class="tt">/etc/lighttpd/conf-available/README</span> file.</li> <li>The DocumentRoot, which is the directory under which all your HTML files should exist, is set to <span class="tt">/var/www/html</span>.</li> <li>CGI scripts are looked for in <span class="tt">/usr/www/cgi-bin</span>, which is where Devuan packages will place their scripts. You can enable cgi module by using command <span class="bold tt">"lighty-enable-mod cgi"</span>.</li> <li>Log files are placed in <span class="tt">/var/log/lighttpd</span>, and will be rotated weekly. The frequency of rotation can be easily changed by editing <span class="tt">/etc/logrotate.d/lighttpd</span>.</li> <li>The default directory index is <span class="tt">index.html</span>, meaning that requests for a directory <span class="tt">/foo/bar/</span> will give the contents of the file /var/www/html/foo/bar/index.html if it exists (assuming that <span class="tt">/var/www/html</span> is your DocumentRoot).</li> <li>This file is named <a href="/index.lighttpd.html">index.lighttpd.html</a> for preventing collisions with other webserver installed on your system. You find it at <a href="file:///var/www/html/index.lighttpd.html">/var/www/html/index.lighttpd.html</a> in your local file system</li> <li>You can enable user directories by using command <span class="bold tt">"lighty-enable-mod userdir"</span></li> </ul> <h2>About this page</h2> <p> This is a placeholder page installed by the Devuan release of the <a href="http://packages.debian.org/lighttpd">Lighttpd server package.</a> </p> <p> This computer has installed the Devuan GNU+Linux operating system, but it has nothing to do with the Devuan Project. Please do not contact the Devuan Project about it. </p> <p> If you find a bug in this Lighttpd package, or in Lighttpd itself, please file a bug report on it. <a href="https://bugs.devuan.org/">Instructions on doing this</a>, and the list of known bugs of this package, can be found in the <a href="https://bugs.devuan.org//cgi/pkgreport.cgi?which=pkg&data=lighttpd">Devuan Bug Tracking System.</a> </p> </div> </div> <!-- s:853e9a42efca88ae0dd1a83aeb215047 --> </body> </html> --MP_/ExrEs1omRx0yK8wsNff8Ywp--
X-Loop: [email protected] From: [email protected] (Devuan bug Tracking System) To: Jens Korte <[email protected]> Subject: bug#223: Acknowledgement (lighttpd: start page: replaced Debian with Devuan, changed wrong path, added informations) Message-ID: <[email protected]> In-Reply-To: <20180629111144.4869d868@x201> References: <20180629111144.4869d868@x201> Precedence: bulk X-Devuan-PR-Message: ack 223 X-Devuan-PR-Package: lighttpd X-Devuan-PR-Keywords: Reply-To: [email protected] Thank you for the problem report you have sent regarding Devuan. This is an automatically generated reply, to let you know your message has been received. It is being forwarded to the developers mailing list for their attention; they will reply in due course. Your message has been sent to the package maintainer(s): [email protected] If you wish to submit further information on your problem, please send it to [email protected] (and *not* to [email protected]). Please do not reply to the address at the top of this message, unless you wish to report a problem with the bug-tracking system. Devuan Bugs Owner (administrator, Devuan bugs database)
X-Loop: [email protected] Subject: bug#223: lighttpd: start page: replaced Debian with Devuan, changed wrong path, added informations Reply-To: Mark Hindley <[email protected]>, [email protected] Resent-From: Mark Hindley <[email protected]> Resent-To: [email protected] Resent-CC: [email protected] X-Loop: [email protected] Resent-Date: Thu, 16 Feb 2023 14:12:02 +0000 Resent-Message-ID: <[email protected]> Resent-Sender: [email protected] X-Devuan-PR-Message: followup 223 X-Devuan-PR-Package: lighttpd X-Devuan-PR-Keywords: References: <20180629111144.4869d868@x201> <20180629111144.4869d868@x201> Received: via spool by [email protected] id=B223.16765566066316 (code B ref 223); Thu, 16 Feb 2023 14:12:02 +0000 Received: (at 223) by bugs.devuan.org; 16 Feb 2023 14:10:06 +0000 Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Thu, 16 Feb 2023 14:10:06 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id oVn5Gyk57mNHTAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Thu, 16 Feb 2023 14:09:45 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 6BD40A1; Thu, 16 Feb 2023 14:09:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 035CC84 for <[email protected]>; Thu, 16 Feb 2023 14:09:45 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pSexD-0005tG-Nl; Thu, 16 Feb 2023 14:09:43 +0000 Received: (nullmailer pid 25707 invoked by uid 1000); Thu, 16 Feb 2023 14:09:43 -0000 Date: Thu, 16 Feb 2023 14:09:43 +0000 From: Mark Hindley <[email protected]> To: Jens Korte <[email protected]>, [email protected] Message-ID: <[email protected]> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180629111144.4869d868@x201> Control: severity -1 wishlist Jens On Fri, Jun 29, 2018 at 11:11:44AM +0200, Jens Korte wrote: > Package:lighttpd > Version:1.4.45-1 > > The placeholder file /var/www/html/index.lighttpd.html wasn't up to > date. I have thought about this, and since Devuan still uses the Debian package directly without recompilation, I think leaving the Debian branding on the placeholder page seems OK. In particular, bugs about lighttpd should be reported to Debian's BTS. I hope that seems reasonable. Reducing severity to wishlist. Thanks. Mark
Received: (at 223) by bugs.devuan.org; 16 Feb 2023 14:10:06 +0000 Return-Path: <[email protected]> Delivered-To: [email protected] Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612] by doc.devuan.org with IMAP (fetchmail-6.4.16) for <debbugs@localhost> (single-drop); Thu, 16 Feb 2023 14:10:06 +0000 (UTC) Received: from email.devuan.org by email.devuan.org with LMTP id oVn5Gyk57mNHTAAAmSBk0A (envelope-from <[email protected]>) for <[email protected]>; Thu, 16 Feb 2023 14:09:45 +0000 Received: by email.devuan.org (Postfix, from userid 109) id 6BD40A1; Thu, 16 Feb 2023 14:09:45 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org X-Spam-Level: X-Spam-Status: No, score=0.4 required=5.0 tests=RDNS_DYNAMIC,SPF_PASS autolearn=no autolearn_force=no version=3.4.6 Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=193.36.131.86; helo=mx.hindley.org.uk; [email protected]; receiver=<UNKNOWN> Received: from mx.hindley.org.uk (193-36-131-86.cfwn.uk [193.36.131.86]) by email.devuan.org (Postfix) with ESMTPS id 035CC84 for <[email protected]>; Thu, 16 Feb 2023 14:09:45 +0000 (UTC) Received: from apollo.hindleynet ([192.168.1.3] helo=hindley.org.uk) by mx.hindley.org.uk with smtp (Exim 4.84_2) (envelope-from <[email protected]>) id 1pSexD-0005tG-Nl; Thu, 16 Feb 2023 14:09:43 +0000 Received: (nullmailer pid 25707 invoked by uid 1000); Thu, 16 Feb 2023 14:09:43 -0000 Date: Thu, 16 Feb 2023 14:09:43 +0000 From: Mark Hindley <[email protected]> To: Jens Korte <[email protected]>, [email protected] Subject: Re: bug#223: lighttpd: start page: replaced Debian with Devuan, changed wrong path, added informations Message-ID: <[email protected]> References: <20180629111144.4869d868@x201> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180629111144.4869d868@x201> X-Debbugs-No-Ack: No Thanks Control: severity -1 wishlist Jens On Fri, Jun 29, 2018 at 11:11:44AM +0200, Jens Korte wrote: > Package:lighttpd > Version:1.4.45-1 > > The placeholder file /var/www/html/index.lighttpd.html wasn't up to > date. I have thought about this, and since Devuan still uses the Debian package directly without recompilation, I think leaving the Debian branding on the placeholder page seems OK. In particular, bugs about lighttpd should be reported to Debian's BTS. I hope that seems reasonable. Reducing severity to wishlist. Thanks. Mark
Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997 nCipher Corporation Ltd,
1994-97 Ian Jackson.
Devuan Bugs Owner <[email protected]>.
Last modified:
Thu, 30 Jan 2025 06:39:01 UTC