Apache Mod-Python - Commented: (MODPYTHON-78) No support for Apache 2.2 yet

This is Interesting: Free IT Magazines  
Home > Archive > Apache Mod-Python > January 2006 > Commented: (MODPYTHON-78) No support for Apache 2.2 yet





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Commented: (MODPYTHON-78) No support for Apache 2.2 yet
Jim Gallacher (JIRA)

2006-01-31, 6:33 pm

[ http://issues.apache.org/jira/brows...action_12364741 ]

Jim Gallacher commented on MODPYTHON-78:
----------------------------------------

Unit Test Issue: KeepAliveTimeout

In htdocs/tests.py, test_server_members tests the value of KeepAliveTimeout. The default value for KeepAliveTimeout changed in Apache 2.2 from 15 seconds to 5 seconds, so the test as written fails.

It would likely be better if KeepAliveTimeout configuration directive was used to set an explicit value rather than relying on the default.

The offending test in tests.py starts at line 448::

log(" server.keep_alive_timeout: %s" % `server.keep_alive_timeout`)
if server.keep_alive_timeout != 15.0:
self.fail("server.keep_alive_timeout should be 15.0")

> No support for Apache 2.2 yet
> -----------------------------
>
> Key: MODPYTHON-78
> URL: http://issues.apache.org/jira/browse/MODPYTHON-78
> Project: mod_python
> Type: Bug
> Components: core
> Versions: 3.2
> Reporter: Nicolas Lehuen
> Fix For: 3.3


>
> See http://article.gmane.org/gmane.comp...thon.devel/1425 for some remarks by Jorey Bump, raised during the 3.2.1-BETA tests.


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com