Your message dated Tue, 14 Jun 2005 12:01:27 +0100 with message-id <[EMAIL PROTECTED]> and subject line Removed 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; 24 Mar 2004 12:44:08 +0000 >From [EMAIL PROTECTED] Wed Mar 24 04:44:08 2004 Return-path: <[EMAIL PROTECTED]> Received: from (lisa.freitag-consulting.de) [217.24.218.179] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1B67js-0001aV-00; Wed, 24 Mar 2004 04:44:08 -0800 Received: from hafre by lisa.freitag-consulting.de with local (Exim 3.36 #1 (Debian)) id 1B68XM-0006t5-00; Wed, 24 Mar 2004 13:35:16 +0000 Date: Wed, 24 Mar 2004 13:35:15 +0000 From: Hans Freitag <[EMAIL PROTECTED]> To: Debian Bug Tracking System <[EMAIL PROTECTED]> Subject: axkit: DirectoryIndex is not Working Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Reportbug-Version: 2.54 User-Agent: Mutt/1.5.5.1+cvs20040105i Sender: Hans Freitag <[EMAIL PROTECTED]> Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2004_03_12 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Status: No, hits=-7.0 required=4.0 tests=BAYES_00,HAS_PACKAGE autolearn=no version=2.60-bugs.debian.org_2004_03_12 X-Spam-Level: Package: axkit Version: 1.6.2-3 Severity: normal Tags: patch In the current version of Axkit the directory index is not Working, the Problem is described on: http://maclux-rz.uibk.ac.at/maillists/axkit-users/msg06165.shtml There is also a Patch available for the file: /usr/lib/perl5/Apache/AxKit/Provider/File.pm ----------------schnipp--------------------------- --- File.pm.orig 2004-03-24 13:21:22.000000000 +0000 +++ File.pm 2004-03-24 13:22:00.000000000 +0000 @@ -152,8 +152,10 @@ sub decline { my $self = shift; if ($self->_is_dir) { - $self->{apache}->header_out('Location' => $self->{apache}->uri . "/"); - return 302; + if ($AxKit::Cfg->HandleDirs()) { + $self->{apache}->header_out('Location' => $self->{apache}->uri . "/"); + return 302; + } } return $self->SUPER::decline(); } --------------------schnapp------------------------------ -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.4.20-1um Locale: LANG=C, LC_CTYPE=C Versions of packages axkit depends on: ii libapache-mod-perl 1.29.0.2-4 Integration of perl with the Apach ii libapache-request-perl 1.1-0.1 Generic Apache Request Library ii libc6 2.3.2.ds1-10 GNU C Library: Shared libraries an ii libcompress-zlib-perl 1.16-1.1 Perl module for creation and manip ii liberror-perl 0.15-5 Perl module for error/exception ha ii libhttp-ghttp-perl 1.07-6 Perl module for using the Gnome gh ii libxml-libxml-perl 1.52-5 Perl module for using the Gnome li ii libxml-libxslt-perl 1.52-1 Perl module for using the Gnome li ii libxml-parser-perl 2.34-1 Perl module for parsing XML files ii libxml-sablot-perl 1.0-1 encapsulation of the Sablotron XSL ii libxml-sax-machines-perl 0.40-1 Perl modules for managing collecti ii libxml-xpath-perl 1.13-4 Perl module for processing XPath ii libxml2 2.5.11-2 GNOME XML library ii perl 5.8.3-2 Larry Wall's Practical Extraction ii perl-base [perlapi-5.8.1] 5.8.3-2 The Pathologically Eclectic Rubbis ii zlib1g 1:1.2.1-3 compression library - runtime -- no debconf information --------------------------------------- Received: (at 239807-done) by bugs.debian.org; 14 Jun 2005 11:01:27 +0000 >From [EMAIL PROTECTED] Tue Jun 14 04:01:27 2005 Return-path: <[EMAIL PROTECTED]> Received: from sorrow.cyrius.com [65.19.161.204] by spohr.debian.org with esmtp (Exim 3.35 1 (Debian)) id 1Di9Ad-0001AQ-00; Tue, 14 Jun 2005 04:01:27 -0700 Received: by sorrow.cyrius.com (Postfix, from userid 10) id 59CFF64D55; Tue, 14 Jun 2005 11:01:26 +0000 (UTC) Received: by deprecation.cyrius.com (Postfix, from userid 1000) id 5C43F7FF6; Tue, 14 Jun 2005 12:01:27 +0100 (BST) Date: Tue, 14 Jun 2005 12:01:27 +0100 From: Martin Michlmayr <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Removed Message-ID: <[EMAIL PROTECTED]> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.9i Delivered-To: [EMAIL PROTECTED] 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-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,ONEWORD autolearn=no version=2.60-bugs.debian.org_2005_01_02 X-Spam-Level: This package has been removed because it hasn't been maintained in Debian for a long time and probably also isn't active upstream anymore. -- Martin Michlmayr http://www.cyrius.com/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]