]> granicus.if.org Git - apache/commitdiff
Remove ap_excess_requests_per_child reference that broke compilation,
authorRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:30:18 +0000 (17:30 +0000)
committerRoy T. Fielding <fielding@apache.org>
Thu, 26 Aug 1999 17:30:18 +0000 (17:30 +0000)
for now anyway.  Likewise for run mode, which is now obsolete.

Submitted by: Manoj Kasichainula

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@83792 13f79535-47bb-0310-9956-ffa450edef68

modules/generators/mod_info.c

index 47a082867c67e72ced921ad91b810a9f9c068a49..b6fa3c775a08c48a77ad96ad473347c807a217e2 100644 (file)
@@ -408,8 +408,6 @@ static int display_info(request_rec *r)
             ap_rprintf(r, "<strong>API Version:</strong> "
                         "<tt>%d:%d</tt><br>\n",
                         MODULE_MAGIC_NUMBER_MAJOR, MODULE_MAGIC_NUMBER_MINOR);
-            ap_rprintf(r, "<strong>Run Mode:</strong> <tt>%s</tt><br>\n",
-                        (ap_standalone ? "standalone" : "inetd"));
             ap_rprintf(r, "<strong>User/Group:</strong> "
                         "<tt>%s(%d)/%d</tt><br>\n",
                         ap_user_name, (int) ap_user_id, (int) ap_group_id);
@@ -433,9 +431,6 @@ static int display_info(request_rec *r)
             ap_rprintf(r, "<strong>Threads:</strong> "
                         "<tt>per child: %d &nbsp;&nbsp; </tt><br>\n",
                         ap_threads_per_child);
-            ap_rprintf(r, "<strong>Excess requests:</strong> "
-                        "<tt>per child: %d &nbsp;&nbsp; </tt><br>\n",
-                        ap_excess_requests_per_child);
             ap_rprintf(r, "<strong>Timeouts:</strong> "
                         "<tt>connection: %d &nbsp;&nbsp; "
                         "keep-alive: %d</tt><br>",