Trunk version of patch works
+1: rpluem, jim, pgollucci
- * mod_info: Display the *real* keepalive time value.
- Trunk version of patch:
- http://svn.apache.org/viewvc?rev=711421&view=rev
- Backport version for 2.2.x of patch:
- Trunk version of patch works
- +1: jim, rpluem, pgollucci
-
PATCHES PROPOSED TO BACKPORT FROM TRUNK:
[ New proposals should be added at the end of the list ]
"<tt>connection: %d "
"keep-alive: %d</tt></dt>",
(int) (apr_time_sec(serv->timeout)),
- (int) (apr_time_sec(serv->timeout)));
+ (int) (apr_time_sec(serv->keep_alive_timeout)));
ap_mpm_query(AP_MPMQ_MAX_DAEMON_USED, &max_daemons);
ap_mpm_query(AP_MPMQ_IS_THREADED, &threaded);
ap_mpm_query(AP_MPMQ_IS_FORKED, &forked);