Issue Details (XML | Word | Printable)

Key: MODPYTHON-78
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: Jim Gallacher
Reporter: Nicolas Lehuen
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
mod_python

No support for Apache 2.2 yet

Created: 08/Sep/05 12:36 AM   Updated: 02/Apr/07 11:27 AM
Return to search
Component/s: core
Affects Version/s: 3.2.7
Fix Version/s: 3.2.10, 3.3.1

Time Tracking:
Not Specified

File Attachments:
  Size
Zip Archive Licensed for inclusion in ASF works jg-20060204-1.diff.zip 2006-02-05 05:41 AM Jim Gallacher 2 kB

Resolution Date: 29/Jul/06 10:25 AM


 Description  « Hide
See http://article.gmane.org/gmane.comp.apache.mod-python.devel/1425 for some remarks by Jorey Bump, raised during the 3.2.1-BETA tests.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #376544 Fri Feb 10 04:43:55 UTC 2006 jgallacher Added support for Apache 2.2. Ref MODPYTHON-78

Changed connobject makesockaddr to directly access the address port
rather than using apr_sockaddr_port_get, which was deprecated and removea
d in apr 1.x.

Removed APR_STATUS_IS_SUCCESS which is deprecated. Code which used this
macro will now just compare any return condition with APR_SUCCESS.

Added support to unit test to detect apache version.

Modified unit tests to accomodate changes to mod_auth in apache 2.2.
Mod_auth has been split into multiple modules. The mod_python unit test
will now use mod_auth_basic when apache 2.2 is detected.

An explicit value for KeepAliveTimeout is now set in the unit test when
apache 2.2 is detected.
Files Changed
MODIFY /httpd/mod_python/trunk/test/httpdconf.py
MODIFY /httpd/mod_python/trunk/src/filterobject.c
MODIFY /httpd/mod_python/trunk/test/test.py
MODIFY /httpd/mod_python/trunk/src/connobject.c

Repository Revision Date User Message
ASF #383365 Sun Mar 05 18:40:22 UTC 2006 jgallacher Backported Apache 2.2 support from trunk. (MODPYTHON-78)
Files Changed
MODIFY /httpd/mod_python/branches/3.2.x/src/filterobject.c
MODIFY /httpd/mod_python/branches/3.2.x/test/test.py
MODIFY /httpd/mod_python/branches/3.2.x/src/connobject.c
MODIFY /httpd/mod_python/branches/3.2.x/test/httpdconf.py