Package: roundup
Version: 1.2.1-4
Severity: normal

The "example" configuration file for use with apache2/mod_python breaks
the use of "http://localhost/doc/roundup";.

The AliasMatch and RedirectMatch directives in there (all of them) should
be anchored to the start of the location with a "^" character.

e.g.

RedirectMatch permanent ^/roundup/([^/]+)$ /roundup/$1/

rather than the current

RedirectMatch permanent /roundup/([^/]+)$ /roundup/$1/



Cheers,


Nick

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: powerpc (ppc)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-2-powerpc
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)

Versions of packages roundup depends on:
ii  python                        2.4.3-11   An interactive high-level object-o
ii  python-central                0.5.10     register and build utility for Pyt

roundup recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to