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

Bug#325012: marked as done (apache include directive fail on non-alpha characters)



Your message dated Thu, 25 Aug 2005 16:28:53 +0100
with message-id <20050825152853.GA13262@amnesiac.heapspace.net>
and subject line Bug#325012: apache include directive fail on non-alpha characters
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; 25 Aug 2005 14:49:59 +0000
>From dhiggins@netc.net Thu Aug 25 07:49:59 2005
Return-path: <dhiggins@netc.net>
Received: from netcom1.netc.net [205.236.235.4] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E8J3G-0000Xi-00; Thu, 25 Aug 2005 07:49:58 -0700
Received: from [192.168.0.102] ([::ffff:205.233.198.33])
  (AUTH: CRAM-MD5 dhiggins@netc.net)
  by netcom1.netc.net with esmtp; Thu, 25 Aug 2005 10:49:57 -0400
  id 00001865.430DDA95.00000B55
Message-ID: <[🔎] 430DDA94.2040801@netc.net>
Date: Thu, 25 Aug 2005 10:49:56 -0400
From: Daniel Higgins <dhiggins@netc.net>
User-Agent: Debian Thunderbird 1.0.2 (X11/20050602)
X-Accept-Language: en-us, en
MIME-Version: 1.0
To: submit@bugs.debian.org
Subject: apache include directive fail on non-alpha characters
X-Enigmail-Version: 0.91.0.0
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 7bit
Delivered-To: submit@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-8.0 required=4.0 tests=BAYES_00,HAS_PACKAGE 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

Package: apache
Version: 1.3.33-6

this version of apache fails to execute "Include" directives of files
with some non-alpha characters in them.

the exact directive is
include /etc/sitesconfig/sites/

in the "sites" directory create a file named
TEST=1=test.com
and then reload apache.

strace'ing the process there is not stat() or open() called on that
file, whereas there is for a file called simply "test". the same problem
happens for at least one other character: ","

---------------------------------------
Received: (at 325012-done) by bugs.debian.org; 25 Aug 2005 15:28:55 +0000
>From thom@debian.org Thu Aug 25 08:28:55 2005
Return-path: <thom@debian.org>
Received: from amnesiac.heapspace.net [195.54.228.42] 
	by spohr.debian.org with esmtp (Exim 3.36 1 (Debian))
	id 1E8Jew-00079k-00; Thu, 25 Aug 2005 08:28:55 -0700
Received: from localhost (localhost [127.0.0.1])
	by amnesiac.heapspace.net (Postfix) with ESMTP id C614C584F;
	Thu, 25 Aug 2005 16:28:53 +0100 (BST)
Received: from amnesiac.heapspace.net ([127.0.0.1])
 by localhost (amnesiac.heapspace.net [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 84822-02-5; Thu, 25 Aug 2005 16:28:53 +0100 (BST)
Received: by amnesiac.heapspace.net (Postfix, from userid 1003)
	id 24081584D; Thu, 25 Aug 2005 16:28:53 +0100 (BST)
Date: Thu, 25 Aug 2005 16:28:53 +0100
From: Thom May <thom@debian.org>
To: Daniel Higgins <dhiggins@netc.net>, 325012-done@bugs.debian.org
Subject: Re: Bug#325012: apache include directive fail on non-alpha characters
Message-ID: <20050825152853.GA13262@amnesiac.heapspace.net>
References: <[🔎] 430DDA94.2040801@netc.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
In-Reply-To: <[🔎] 430DDA94.2040801@netc.net>
X-Operating-System: FreeBSD/4.11-STABLE (i386)
User-Agent: Mutt/1.5.6i
X-Virus-Scanned: by amavisd-new at heapspace.net
Delivered-To: 325012-done@bugs.debian.org
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
	(1.212-2003-09-23-exp) on spohr.debian.org
X-Spam-Level: 
X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER 
	autolearn=no version=2.60-bugs.debian.org_2005_01_02

* Daniel Higgins (dhiggins@netc.net) wrote :
> Package: apache
> Version: 1.3.33-6
> 
> this version of apache fails to execute "Include" directives of files
> with some non-alpha characters in them.
> 
> the exact directive is
> include /etc/sitesconfig/sites/
> 
> in the "sites" directory create a file named
> TEST=1=test.com
> and then reload apache.
> 
> strace'ing the process there is not stat() or open() called on that
> file, whereas there is for a file called simply "test". the same problem
> happens for at least one other character: ","
> 
> 
This is by design.
The rules for inclusion of files follow the behaviour of run-parts(8).
Cheers,
-Thom



Reply to: