From: brian
Date: Mon, 18 May 1998 22:01:08 +0000 (+0000)
Subject: PR:
X-Git-Tag: APACHE_1_3b7~10
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=262932bc5fe28d4c15064b215295be3f916a5eba;p=thirdparty%2Fapache%2Fhttpd.git
PR:
Fix broken link, add note about maxclients.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81296 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html
index 64cbbd85783..1346f8149af 100644
--- a/docs/manual/mod/core.html
+++ b/docs/manual/mod/core.html
@@ -1303,7 +1303,7 @@ interfaces and port numbers, use
See Also:
Setting which addresses and ports Apache uses
See Also:
-Known Bugs
+Known Bugs
@@ -1590,7 +1590,8 @@ Using a level of at least crit
is recommended.
The MaxClients directive sets the limit on the number of simultaneous
requests that can be supported; not more than this number of child server
-processes will be created.
+processes will be created. To configure more than 256 clients, you must
+edit the HARD_SERVER_LIMIT entry in httpd.h and recompile.