]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
yet another update from HEAD
authordgaudet <dgaudet@unknown>
Sat, 28 Jun 1997 21:51:44 +0000 (21:51 +0000)
committerdgaudet <dgaudet@unknown>
Sat, 28 Jun 1997 21:51:44 +0000 (21:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3@78416 13f79535-47bb-0310-9956-ffa450edef68

APACHE_1_2_X/htdocs/manual/misc/FAQ.html
APACHE_1_2_X/htdocs/manual/misc/known_bugs.html

index 220761518a28ca356eea3080d044bd3e093253a5..b8c0ca9bbd7d027b45b175473a7eb72c9879466e 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.63.2.4 $ ($Date: 1997/06/28 20:58:16 $)
+  $Revision: 1.63.2.5 $ ($Date: 1997/06/28 21:51:43 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   <P>
   Since this is an operating-system limitation, there's not much else
   available in the way of solutions.
+  <P>
+  As of 1.2.1 we have made attempts to work around various limitations
+  involving running with many descriptors.
+  <a href="descriptors.html">More information is available.</a>
   </P>
   <HR>
 
index 0b4dfc8efc8d7123dc504c78518ba033a97d512a..8ce19caeff78ba0205e6e658a05893e3830357d7 100644 (file)
@@ -99,7 +99,7 @@ in early versions have been fixed in 1.2.
     See <A HREF="http://www.apache.org/bugdb.cgi/full/681">PR#681</A>.
     <P></LI>
 
-    <LI><b>Workaround available in 1.2.1.</b>
+    <LI><a href="descriptors.html"><b>Workaround available in 1.2.1.</b></a>
     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 <A HREF="FAQ.html#fdlim">Apache FAQ</A>. 
     <P></LI>
 
-    <LI><b>Workaround available in 1.2.1.</b>
+    <LI><a href="descriptors.html"><b>Workaround available in 1.2.1.</b></a>
     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 <A HREF="FAQ.html#fdlim">Apache FAQ</A>.