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

Bug#210564: marked as done (apache2-common: AllowOverride does not work inside DirectoryMatch-Container)



Your message dated Tue, 22 May 2007 13:37:56 +0200
with message-id <20070522113756.GA10719@penpen.tenebreuse.org>
and subject line Close this bug
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)

--- Begin Message ---
Package: apache2-common
Version: 2.0.47-1
Severity: normal



-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux triton 2.4.21 #5 SMP Tue Aug 5 13:18:53 CEST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages apache2-common depends on:
ii  debconf                       1.3.13     Debian configuration management
sy
ii  debianutils                   2.5.4      Miscellaneous utilities
specific t
ii  libapr0                       2.0.47-1   The Apache Portable Runtime
ii  libc6                         2.3.2-5    GNU C Library: Shared libraries
an
ii  libdb4.1                      4.1.25-6   Berkeley v4.1 Database
Libraries [
ii  libexpat1                     1.95.6-6   XML parsing C library - runtime
li
ii  libldap2                      2.1.22-1   OpenLDAP libraries
ii  libssl0.9.7                   0.9.7b-2   SSL shared libraries
ii  mime-support                  3.23-1     MIME files 'mime.types' &
'mailcap
ii  net-tools                     1.60-8     The NET-3 networking toolkit
ii  openssl                       0.9.7b-2   Secure Socket Layer (SSL)
binary a
ii  zlib1g                        1:1.1.4-14 compression library - runtime

The option "AllowOverride" is completely ignored if placed inside a
directory-
container using regular expression, like "DirectoryMatch" or "Directory ~".

See the following examples:
<DirectoryMatch "^/home/webspace/[^/]+/(somedir|someotherdir)">
    AllowOverride AuthConfig
</DirectoryMatch>
... does not work for /home/webspace/user/somedir

<Directory /home/webspace/user/somedir>
    AllowOverride AuthConfig
</Directory>
... works as excpected

<DirectoryMatch "^/home/webspace/[^/]+/(somedir|someotherdir)">
    Order deny,allow
    Deny from all
</DirectoryMatch>
... also works

Regards,
Peter

PS. I am a very novice bugreporter, so please forgive me my mistakes :-)



--- End Message ---
--- Begin Message ---
This bug is not a bug (alas), so closing

--- End Message ---

Reply to: