Gregory (Grisha) Trubetskoy
grisha at modpython.org
Tue Jun 24 14:14:24 EST 2003
On Tue, 24 Jun 2003, Dr Robert Sanderson wrote: > > When trying to write a trivial connection handler that only works when > accessed from a certain port, I found that trying to > read connection.local_addr results in a seg fault. > > I'm running: > Server version: Apache/2.0.40 > Server built: May 20 2003 10:15:29 > > Which is the Redhat 9 current RPM. Mod_Python is 3.0.1, also the current > Redhat RPM. 2.0.40 is a version of Apache a few major releases and almost a year behind... Connection support in 3.0.1 is very immature, you should really upgrade to apache 2.0.46 and mod_python 3.0.3. Grisha
|