[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#214695: marked as done (apache.config bugginess)



Your message dated Thu, 9 Oct 2003 15:29:25 +0200 (CEST)
with message-id <Pine.LNX.4.58.0310091527560.20511@trider-g7.ext.fabbione.net>
and subject line (no subject)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--------------------------------------
Received: (at submit) by bugs.debian.org; 8 Oct 2003 04:37:18 +0000
>From vorlon@netexpress.net Tue Oct 07 23:37:17 2003
Return-path: <vorlon@netexpress.net>
Received: from quetzlcoatl.dodds.net [64.22.202.19] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A764b-0007zE-00; Tue, 07 Oct 2003 23:37:17 -0500
Received: by quetzlcoatl.dodds.net (Postfix, from userid 1000)
	id A29BE3B7A; Tue,  7 Oct 2003 23:37:16 -0500 (CDT)
Date: Tue, 7 Oct 2003 23:37:16 -0500
From: Steve Langasek <vorlon@netexpress.net>
To: submit@bugs.debian.org
Subject: apache.config bugginess
Message-ID: <[🔎] 20031008043716.GC1122@quetzlcoatl.dodds.net>
Mime-Version: 1.0
Content-Type: multipart/signed; micalg=pgp-sha1;
	protocol="application/pgp-signature"; boundary="xXmbgvnjoT4axfJE"
Content-Disposition: inline
User-Agent: Mutt/1.5.4i
Delivered-To: submit@bugs.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0
	tests=HAS_PACKAGE
	version=2.53-bugs.debian.org_2003_10_05
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_05 (1.174.2.15-2003-03-30-exp)


--xXmbgvnjoT4axfJE
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

Package: apache
Version: 1.3.28-1
Severity: important

While trying to puzzle out why debconf showed me a low-priority question
upon configuring apache (which doesn't look like apache's fault), I
noticed a couple of things in the debconf config script:

#!/bin/sh -e

## Source debconf library.
=2E /usr/share/debconf/confmodule

if [ -e /usr/apache/suexec ]; then
    db_set apache/enable-suexec true
fi

db_input low apache/enable-suexec || true
db_go || true


First, I think '/usr/apache/suexec' is the wrong path, it should be
/usr/lib/apache/suexec; and second, this should actually say:

if [ -e /usr/lib/apache/suexec ]; then
    db_set apache/enable-suexec true
else
    db_set apache/enable-suexec false
fi

Otherwise, once set to true, debconf will never again check if the admin
has removed suexec by hand, resulting in a loss of local configuration
settings.

Cheers,
--=20
Steve Langasek
postmodern programmer

--xXmbgvnjoT4axfJE
Content-Type: application/pgp-signature; name="signature.asc"
Content-Description: Digital signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)

iD8DBQE/g5R7KN6ufymYLloRAgHLAJ4271xjv5cCqLgHHpid8ziVeyDC2wCgi4Eb
LlMpHfNMm1KMvrfiSecrVP0=
=BOqf
-----END PGP SIGNATURE-----

--xXmbgvnjoT4axfJE--

---------------------------------------
Received: (at 214695-done) by bugs.debian.org; 9 Oct 2003 13:29:28 +0000
>From fabbione@fabbione.net Thu Oct 09 08:29:27 2003
Return-path: <fabbione@fabbione.net>
Received: from port5.ds1-sby.adsl.cybercity.dk (trider-g7.fabbione.net) [212.242.169.198] 
	by master.debian.org with esmtp (Exim 3.35 1 (Debian))
	id 1A7ar9-0006Df-00; Thu, 09 Oct 2003 08:29:27 -0500
Received: from trider-g7.ext.fabbione.net (port5.ds1-sby.adsl.cybercity.dk [212.242.169.198])
	by trider-g7.fabbione.net (Postfix) with ESMTP id ECA6535
	for <214695-done@bugs.debian.org>; Thu,  9 Oct 2003 15:29:25 +0200 (CEST)
Date: Thu, 9 Oct 2003 15:29:25 +0200 (CEST)
From: Fabio Massimo Di Nitto <fabbione@fabbione.net>
Sender: fabbione@trider-g7.ext.fabbione.net
To: 214695-done@bugs.debian.org
Message-ID: <Pine.LNX.4.58.0310091527560.20511@trider-g7.ext.fabbione.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: 214695-done@bugs.debian.org
X-Spam-Status: No, hits=0.0 required=4.0
	tests=none
	version=2.53-bugs.debian.org_2003_10_09
X-Spam-Level: 
X-Spam-Checker-Version: SpamAssassin 2.53-bugs.debian.org_2003_10_09 (1.174.2.15-2003-03-30-exp)


<vorlon-work> fabbione: yes, you're right, I was on crack.
<vorlon-work> fabbione: I was looking at the maintainer scripts on disk
while the package was still being pre-configured; no wonder nothing
matched!

just to be sure you are not going to reopen it :-)

-- 
Our mission: make IPv6 the default IP protocol
"We are on a mission from God" - Elwood Blues

http://www.itojun.org/paper/itojun-nanog-200210-ipv6isp/mgp00004.html



Reply to: