From: dgaudet Date: Sat, 28 Jun 1997 21:51:44 +0000 (+0000) Subject: yet another update from HEAD X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=826e09a17025db47bd9643ea19d8dedd4e341521;p=thirdparty%2Fapache%2Fhttpd.git yet another update from HEAD git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78416 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/APACHE_1_2_X/htdocs/manual/misc/FAQ.html b/APACHE_1_2_X/htdocs/manual/misc/FAQ.html index 220761518a2..b8c0ca9bbd7 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/FAQ.html +++ b/APACHE_1_2_X/htdocs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.63.2.4 $ ($Date: 1997/06/28 20:58:16 $) + $Revision: 1.63.2.5 $ ($Date: 1997/06/28 21:51:43 $)

The latest version of this FAQ is always available from the main @@ -863,6 +863,10 @@

Since this is an operating-system limitation, there's not much else available in the way of solutions. +

+ As of 1.2.1 we have made attempts to work around various limitations + involving running with many descriptors. + More information is available.


diff --git a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html index 0b4dfc8efc8..8ce19caeff7 100644 --- a/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html +++ b/APACHE_1_2_X/htdocs/manual/misc/known_bugs.html @@ -99,7 +99,7 @@ in early versions have been fixed in 1.2. See PR#681.

-

  • Workaround available in 1.2.1. +
  • Workaround available in 1.2.1. There appears to be a problem on BSDI 2.1 with large numbers of virtual hosts. This appears similar to a file-descriptor limit but BSDI should not have this problem. This will be tracked as @@ -107,7 +107,7 @@ in early versions have been fixed in 1.2. See also the Apache FAQ.

  • -
  • Workaround available in 1.2.1. +
  • Workaround available in 1.2.1. Solaris 2 has problems with large numbers of virtual hosts. This is because of an operating system limit of 256 file pointers, not due to Apache. See also the Apache FAQ.