Your message dated Thu, 8 Jan 2004 09:22:07 +0100 (CET)
with message-id <[EMAIL PROTECTED]>
and subject line Bug#225669: apache-common: server-info is inaccessible
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; 31 Dec 2003 13:54:34 +0000
>From [EMAIL PROTECTED] Wed Dec 31 07:54:33 2003
Return-path: <[EMAIL PROTECTED]>
Received: from helene.pinwand.net (helene.cats.ms) [213.239.198.180] 
        by master.debian.org with esmtp (Exim 3.35 1 (Debian))
        id 1Abgd2-0002yV-00; Wed, 31 Dec 2003 07:43:16 -0600
Received: from root by helene.cats.ms with local (Exim 3.35 #1 (Debian))
        id 1Abgd1-0001gj-00; Wed, 31 Dec 2003 14:43:15 +0100
From: root <[EMAIL PROTECTED]>
To: Debian Bug Tracking System <[EMAIL PROTECTED]>
Subject: apache-common: server-info is inaccessible
X-Mailer: reportbug 1.50
Date: Wed, 31 Dec 2003 14:43:15 +0100
Message-Id: <[EMAIL PROTECTED]>
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-5.0 required=4.0 tests=HAS_PACKAGE autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2003_12_29
X-Spam-Level: 

Package: apache-common
Version: 1.3.29.0.1-3
Severity: normal
File: /usr/lib/apache/1.3/mod_info.so

I've tried various ways of allowing access to server-info.
None gets me anything but a 403.
I append an example; note that server-status works, and that mod_info is
definitely loaded.

conf.d/status-info.conf:
--- snip ---
# vim:set syn=apache:

<Location /server-info>
        <Limit GET>
                allow from 10.0.0.0/21
                allow from 10.0.9.2
                allow from 10.0.9.5
                allow from 10.0.11.2
                allow from 10.0.11.5
                allow from 127.0.0.1
                SetHandler server-info
        </Limit>
</Location>


<Location /server-status>
        <Limit GET>
                allow from 10.0.0.0/21
                allow from 10.0.9.2
                allow from 10.0.9.5
                allow from 10.0.11.2
                allow from 10.0.11.5
                allow from 127.0.0.1
                SetHandler server-status
        </Limit>
</Location>
--- snip ---

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux helene.cats.ms 2.4.23+colo.h.1 #3 Thu Dec 4 10:13:20 CET 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache-common depends on:
ii  apache-utils                1.3.29.0.1-3 Utility programs for webservers
ii  debconf                     1.4.1        Debian configuration management sy
ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries an
ii  libdb4.1                    4.1.25-10    Berkeley v4.1 Database Libraries [
ii  libexpat1                   1.95.6-6     XML parsing C library - runtime li
ii  mime-support                3.18-1.3     MIME files 'mime.types' & 'mailcap
ii  perl                        5.8.2-2      Larry Wall's Practical Extraction 
ii  perl [perl5]                5.8.2-2      Larry Wall's Practical Extraction 
ii  sed                         4.0.7-3      The GNU sed stream editor


---------------------------------------
Received: (at 225669-done) by bugs.debian.org; 8 Jan 2004 09:03:13 +0000
>From [EMAIL PROTECTED] Thu Jan 08 03:03:12 2004
Return-path: <[EMAIL PROTECTED]>
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 1AeVQe-0000dr-00; Thu, 08 Jan 2004 02:22:09 -0600
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 A077C16;
        Thu,  8 Jan 2004 09:22:07 +0100 (CET)
Date: Thu, 8 Jan 2004 09:22:07 +0100 (CET)
From: Fabio Massimo Di Nitto <[EMAIL PROTECTED]>
Sender: [EMAIL PROTECTED]
To: root <[EMAIL PROTECTED]>, [EMAIL PROTECTED]
Subject: Re: Bug#225669: apache-common: server-info is inaccessible
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
References: <[EMAIL PROTECTED]>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Delivered-To: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 
        2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5 
        (1.212-2003-09-23-exp) on master.debian.org
X-Spam-Status: No, hits=-3.0 required=4.0 tests=HAS_BUG_NUMBER autolearn=no 
        version=2.60-master.debian.org_2003_11_25-bugs.debian.org_2004_1_5
X-Spam-Level: 


This is an error in your config. Using the default settings for test works
just fine:

<Location /server-info>
    SetHandler server-info
    Order deny,allow
    Deny from all
    Allow from 127.0.0.0/255.0.0.0
</Location>

Fabio

PS I am closing this bug

On Wed, 31 Dec 2003, root wrote:

> Package: apache-common
> Version: 1.3.29.0.1-3
> Severity: normal
> File: /usr/lib/apache/1.3/mod_info.so
>
> I've tried various ways of allowing access to server-info.
> None gets me anything but a 403.
> I append an example; note that server-status works, and that mod_info is
> definitely loaded.
>
> conf.d/status-info.conf:
> --- snip ---
> # vim:set syn=apache:
>
> <Location /server-info>
>       <Limit GET>
>               allow from 10.0.0.0/21
>               allow from 10.0.9.2
>               allow from 10.0.9.5
>               allow from 10.0.11.2
>               allow from 10.0.11.5
>               allow from 127.0.0.1
>               SetHandler server-info
>       </Limit>
> </Location>
>
>
> <Location /server-status>
>       <Limit GET>
>               allow from 10.0.0.0/21
>               allow from 10.0.9.2
>               allow from 10.0.9.5
>               allow from 10.0.11.2
>               allow from 10.0.11.5
>               allow from 127.0.0.1
>               SetHandler server-status
>       </Limit>
> </Location>
> --- snip ---
>
> -- System Information
> Debian Release: 3.0
> Architecture: i386
> Kernel: Linux helene.cats.ms 2.4.23+colo.h.1 #3 Thu Dec 4 10:13:20 CET 2003 
> i686
> Locale: LANG=C, LC_CTYPE=C
>
> Versions of packages apache-common depends on:
> ii  apache-utils                1.3.29.0.1-3 Utility programs for webservers
> ii  debconf                     1.4.1        Debian configuration management 
> sy
> ii  libc6                       2.3.2.ds1-10 GNU C Library: Shared libraries 
> an
> ii  libdb4.1                    4.1.25-10    Berkeley v4.1 Database Libraries 
> [
> ii  libexpat1                   1.95.6-6     XML parsing C library - runtime 
> li
> ii  mime-support                3.18-1.3     MIME files 'mime.types' & 
> 'mailcap
> ii  perl                        5.8.2-2      Larry Wall's Practical Extraction
> ii  perl [perl5]                5.8.2-2      Larry Wall's Practical Extraction
> ii  sed                         4.0.7-3      The GNU sed stream editor
>
>
>
>

-- 
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 via email to