[Python-modules-team] Bug#496067: 2.3 fix a problem of the last 2.2

William Dode wilk at flibuste.net
Sat Aug 23 15:20:43 UTC 2008


http://code.google.com/p/modwsgi/wiki/ChangesInVersion0203

1. Fixed problem introduced in version 2.2 of mod_wsgi whereby use of daemon mode would cause CGI scripts to fail.

It is quite possible that the bug could also have caused failures with other Apache modules that relied on registering of cleanup functions against Apache configuration memory pool.

For details see:

    http://groups.google.com/group/modwsgi/browse_frm/thread/79a86f8faffe7dcf 

2. When using setproctitle() on BSD systems, first argument should be a printf style format string with values to fill out per format as additional arguments. Code was supplying value to be displayed as format string which meant that if it contained any printf type format sequences, could cause process to crash as corresponding arguments wouldn't have ben provided.

For details see:

    http://code.google.com/p/modwsgi/issues/detail?id=90






More information about the Python-modules-team mailing list