]> granicus.if.org Git - apache/commitdiff
PR:
authorbrian <brian@unknown>
Mon, 18 May 1998 22:01:08 +0000 (22:01 +0000)
committerbrian <brian@unknown>
Mon, 18 May 1998 22:01:08 +0000 (22:01 +0000)
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

index 64cbbd8578302d8e6b64eb90578e068a15b87c11..1346f8149af825b496b264c05f44c17264e5d572 100644 (file)
@@ -1303,7 +1303,7 @@ interfaces and port numbers, use
 <STRONG>See Also:</STRONG>
 <A HREF="../bind.html">Setting which addresses and ports Apache uses</A><BR>
 <STRONG>See Also:</STRONG>
-<A HREF="../misc/known_bugs.html#listenbug">Known Bugs</A></P>
+<A HREF="http//www.apache.org/info/known_bugs.html#listenbug">Known Bugs</A></P>
 <HR>
 
 <H2><A NAME="listenbacklog">ListenBacklog directive</A></H2>
@@ -1590,7 +1590,8 @@ Using a level of at least <CODE>crit</CODE> 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.<P><HR>
+processes will be created.  To configure more than 256 clients, you must
+edit the HARD_SERVER_LIMIT entry in httpd.h and recompile.<P><HR>
 
 <H2><A name="maxkeepaliverequests">MaxKeepAliveRequests directive</A></H2>
 <A