From 262932bc5fe28d4c15064b215295be3f916a5eba Mon Sep 17 00:00:00 2001 From: brian Date: Mon, 18 May 1998 22:01:08 +0000 Subject: [PATCH] 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 --- docs/manual/mod/core.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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


ListenBacklog directive

@@ -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.


MaxKeepAliveRequests directive