http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mpm_child_init-beos-2.2.x.patch
+0: chrisd (abstaining; unable to test)
- * netware MPM: Destroy pmain pool when exiting ap_mpm_run() so that
- cleanups registered in modules' child_init hooks are performed (e.g.,
- mod_log_config and mod_dbd).
- Trunk version of patch:
- http://svn.apache.org/viewvc?view=rev&revision=491907
- 2.2.x version of patch:
- http://people.apache.org/~chrisd/patches/mod_dbd_pools_groups/mpm_child_init-netware-2.2.x.patch
- +0: chrisd (abstaining; unable to test)
- +1: bnicholes - I don't know of any problems that this specifically addresses, but it seems like
- the right thing to do.
-
* mod_dbd: Create memory sub-pools for each DB connection and close
DB connections in a pool cleanup function. Ensure prepared statements
are destroyed before DB connection is closed. When using reslists,
check for a buffer overflow a few lines later is not correct any more
(now an error (APR_ENOSPC) is returned instead).
- * netware build system:
- removed obsolete stuff
- http://svn.apache.org/viewvc?view=rev&revision=521264
- +1: fuankg, bnicholes
-
* mod_proxy_ajp: Add support of ProxyIOBufferSize.
Trunk version of patch:
http://svn.apache.org/viewvc?view=rev&rev=467014