﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
2865	Refernce to request.META.SERVER_PORT cause httpd crush on Apache 2.2.2/mod_python 3.2.8	ymasuda <ymasuda@…>	Adrian Holovaty	"Starting from #3866, reference to request.META.SERVER_PORT is causing httpd crush on Apache 2.2.2/mod_python 3.2.8/Python 2.4.3/MacOSX 10.4.7.
Here is the relevant error_log:

{{{
[Tue Oct 03 12:35:05 2006] [notice] child pid 2649 exit signal Trace/BPT trap (5
)
dyld: lazy symbol binding failed: Symbol not found: _apr_sockaddr_port_get
  Referenced from: /usr/local/apache2/modules/mod_python.so
  Expected in: flat namespace

dyld: Symbol not found: _apr_sockaddr_port_get
  Referenced from: /usr/local/apache2/modules/mod_python.so
  Expected in: flat namespace
}}}

This seems to be caused by referencing connection.local_addr attribute of a request object.
Since I could not find any alternatives to find correct SERVER_PORT, I suggest just revert #3866."	defect	closed	Core (Other)		normal	fixed			Unreviewed	0	0	0	0	0	0
