Your message dated Sat, 03 Jun 2006 11:16:34 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#358750: fixed in libapache2-mod-python 3.2.8-1 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: libapache2-mod-python2.3 Version: 3.1.3-3 Severity: normal If given any file with DirectoryIndex directive, it is not running and give some errors. The solution is bellow: --- apache.py.orig 2006-03-24 12:04:24.252276848 +0200 +++ apache.py.patched 2006-03-24 12:03:41.737740040 +0200 @@ -538,7 +538,7 @@ def build_cgi_env(req): req.add_common_vars() env = req.subprocess_env.copy() - if len(req.path_info) > 0: + if req.path_info and len(req.path_info) > 0: env["SCRIPT_NAME"] = req.uri[:-len(req.path_info)] else: env["SCRIPT_NAME"] = req.uri -- System Information: Debian Release: 3.1 Architecture: i386 (i686) Kernel: Linux 2.6.8 Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8) Versions of packages libapache2-mod-python2.3 depends on: ii apache2 2.0.54-5 next generation, scalable, extenda ii apache2-common 2.0.54-5 next generation, scalable, extenda ii apache2-mpm-prefork [apach 2.0.54-5 traditional model for Apache2 ii debconf 1.4.30.13 Debian configuration management sy ii libc6 2.3.2.ds1-22 GNU C Library: Shared libraries an ii python2.3 2.3.5-3sarge1 An interactive high-level object-o -- debconf information: * libapache2-mod-python/enable_module: true
--- End Message ---
--- Begin Message ---Source: libapache2-mod-python Source-Version: 3.2.8-1 We believe that the bug you reported is fixed in the latest version of libapache2-mod-python, which is due to be installed in the Debian FTP archive: libapache2-mod-python-doc_3.2.8-1_all.deb to pool/main/liba/libapache2-mod-python/libapache2-mod-python-doc_3.2.8-1_all.deb libapache2-mod-python2.3_3.2.8-1_i386.deb to pool/main/liba/libapache2-mod-python/libapache2-mod-python2.3_3.2.8-1_i386.deb libapache2-mod-python2.4_3.2.8-1_i386.deb to pool/main/liba/libapache2-mod-python/libapache2-mod-python2.4_3.2.8-1_i386.deb libapache2-mod-python_3.2.8-1.diff.gz to pool/main/liba/libapache2-mod-python/libapache2-mod-python_3.2.8-1.diff.gz libapache2-mod-python_3.2.8-1.dsc to pool/main/liba/libapache2-mod-python/libapache2-mod-python_3.2.8-1.dsc libapache2-mod-python_3.2.8-1_all.deb to pool/main/liba/libapache2-mod-python/libapache2-mod-python_3.2.8-1_all.deb libapache2-mod-python_3.2.8.orig.tar.gz to pool/main/liba/libapache2-mod-python/libapache2-mod-python_3.2.8.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Norbert Tretkowski <[EMAIL PROTECTED]> (supplier of updated libapache2-mod-python package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Tue, 16 May 2006 18:45:41 -0500 Source: libapache2-mod-python Binary: libapache2-mod-python-doc libapache2-mod-python libapache2-mod-python2.3 libapache2-mod-python2.4 Architecture: source i386 all Version: 3.2.8-1 Distribution: unstable Urgency: low Maintainer: Debian Python Modules Team <[EMAIL PROTECTED]> Changed-By: Norbert Tretkowski <[EMAIL PROTECTED]> Description: libapache2-mod-python - Apache 2 module that embeds Python within the server libapache2-mod-python-doc - Apache 2 module that embeds Python within the server libapache2-mod-python2.3 - Apache 2 module that embeds Python 2.3 within the server libapache2-mod-python2.4 - Apache 2 module that embeds Python 2.4 within the server Closes: 262564 287245 289510 297289 312233 316296 331012 331996 333404 347219 353805 358750 360654 362474 365302 367450 Changes: libapache2-mod-python (3.2.8-1) unstable; urgency=low . * New upstream release. (closes: #360654) + Correctly support the HEAD method. (closes: #297289) + Correctly recognizes DirectoryIndex instruction. (closes: #358750) + Fixes segfaults with apache2-mpm-worker. (closes: #365302) . [ Robert S. Edmonds ] * Added python2.4 packages. (closes: #347219) * Backported bash 3.1 configure script fix from upstream. (closes: #367450) . [ Norbert Tretkowski ] * Set Maintainer to Debian Python Modules Team. * Added Robert and myself to uploaders. * Removed python2.2 packages. (closes: #353805, #362474) * Depend on debconf | debconf-2.0. (closes: #331996) * Updated french debconf translation from Jean-Luc Coulon. (closes: #287245) * Added initial vietnamese debconf translation from Clytie Siddall. (closes: #312233) * Added initial brazilian portuguese debconf translation from Andre Luis Lopes. (closes: #262564) * Added initial czech debconf translation from Miroslav Kure. (closes: #289510) * Added initial swedish debconf translation from Daniel Nylander. (closes: #333404) * Fixed typo in all debconf translations. (closes: #316296) * Added doc-base file from Paul Brossier. (closes: #331012) * Run debconf-updatepo in clean target. * Adjusted README.Debian to it reflects the new packages. * Updated standards-version to 3.7.2.0, no changes required. * Splitted out patches and used dpatch instead. * Fixed debconf templates to make lintian happy. Files: c3342c1d127beb06ad44372dbef8efb9 930 python optional libapache2-mod-python_3.2.8-1.dsc d03452979a6a334f73cc2b95b39db331 353131 python optional libapache2-mod-python_3.2.8.orig.tar.gz 794f503570c354070bb98dbb4ff5b207 10804 python optional libapache2-mod-python_3.2.8-1.diff.gz 05220b219c079c6f7448a8c26848c80c 13538 python optional libapache2-mod-python_3.2.8-1_all.deb 9f4a241e00ae459eb2409a5a02b734cb 120024 python optional libapache2-mod-python-doc_3.2.8-1_all.deb 9194c759c3243cbc56e7a06d13eeda34 96688 python optional libapache2-mod-python2.3_3.2.8-1_i386.deb ebdf4f3611057daf135bb29a3d3b9a94 96110 python optional libapache2-mod-python2.4_3.2.8-1_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.3 (GNU/Linux) iD8DBQFEbK6Ur/RnCw96jQERAkwmAJ0TlWSuDyM/y2iGJVIWfMfhpUyzVwCfSQda pR756hwmkFDisL+GPpFOk2M= =NvwN -----END PGP SIGNATURE-----
--- End Message ---

