From c22ebfd401f840426310c807fd76c8cee0c11e85 Mon Sep 17 00:00:00 2001 From: Marc Slemko Date: Wed, 2 Jul 1997 18:07:17 +0000 Subject: [PATCH] Fix bogus HTML. Reviewed by: Submitted by: Obtained from: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78500 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/misc/descriptors.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/manual/misc/descriptors.html b/docs/manual/misc/descriptors.html index 792769dee9a..e5c97f3d21b 100644 --- a/docs/manual/misc/descriptors.html +++ b/docs/manual/misc/descriptors.html @@ -73,13 +73,13 @@ situation somewhat. Here is a partial list of systems and workarounds will run into trouble if more than approximately 240 Listen directives are used. This may be cured by rebuilding your kernel with a higher FD_SETSIZE. -

+

FreeBSD 2.2, BSDI 2.1+
Similar to the BSDI 2.0 case, you should define FD_SETSIZE and rebuild. But the extra Listen limitation doesn't exist. -

+

Linux
By default Linux has a kernel maximum of 256 open descriptors @@ -95,7 +95,7 @@ situation somewhat. Here is a partial list of systems and workarounds 256. As of this writing the patches available for increasing the number of descriptors do not take this into account. On a dedicated webserver you probably won't run into trouble. -

+

Solaris through 2.5.1
Solaris has a kernel hard limit of 1024 (may be lower in earlier @@ -107,18 +107,18 @@ situation somewhat. Here is a partial list of systems and workarounds build Apache with -DHIGH_SLACK_LINE=256 added to EXTRA_CFLAGS. You will be limited to approximately 240 error logs if you do this. -

+

AIX version ??
AIX appears to have a hard limit of 128 descriptors. End of story. -

+

Others
If you have details on another operating system, please submit it through our Bug Report Page. -

+

-- 2.47.2