manoj 99/04/08 19:07:55
Modified: pthreads/src/modules/standard mod_info.c
Log:
Submitted by: James Morris <[EMAIL PROTECTED]>
mod_info fix. It actually seems to work now.
Revision Changes Path
1.3 +2 -1 apache-apr/pthreads/src/modules/standard/mod_info.c
Index: mod_info.c
===================================================================
RCS file: /home/cvs/apache-apr/pthreads/src/modules/standard/mod_info.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -u -r1.2 -r1.3
--- mod_info.c 1999/02/07 06:29:53 1.2
+++ mod_info.c 1999/04/09 02:07:55 1.3
@@ -425,7 +425,8 @@
ap_rprintf(r, "<strong>Max Requests:</strong> "
"<tt>per child: %d "
"keep alive: %s "
- "max per connection: </tt><br>\n",
+ "max per connection: %d</tt><br>\n",
+ ap_max_requests_per_child,
(serv->keep_alive ? "on" : "off"),
serv->keep_alive_max);
ap_rprintf(r, "<strong>Threads:</strong> "