Package: libapache2-mod-python
Version: 3.1.3-2.2
Severity: normal

If the Apache2 server is reached via IPv6, then the request.connection
object displays the wrong address in local_addr and remote_addr:

    * req.connection.local_addr:  ('0.0.0.0', 80)
    * req.connection.remote_addr: ('0.0.0.0', 34150)

while the local_ip and remote_ip get the address right:

    * req.connection.local_ip:    '::1'
    * req.connection.remote_ip:   '::1'

This is easy to work around, but probably also easy to fix to

    * req.connection.local_addr:  ('::1', 80)
    * req.connection.remote_addr: ('::1', 34150)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (800, 'unstable'), (100, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.10-vs1.9.3.16.2-ndim-1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages libapache2-mod-python depends on:
ii  libapache2-mod-python2.3      3.1.3-2.2  An Apache 2 module that embeds Pyt
ii  python                        2.3.4-5    An interactive high-level object-o

-- no debconf information


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

Reply via email to