From: Ken Coar Date: Fri, 10 Jul 1998 00:25:35 +0000 (+0000) Subject: Add a note to the FAQ about increasing file descriptor limits [sic] X-Git-Tag: 1.3.1~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b79501e52b28b783de4e1a47b222d83a09c83a04;p=thirdparty%2Fapache%2Fhttpd.git Add a note to the FAQ about increasing file descriptor limits [sic] on Win95. Does this have any effect on WinNT? Submitted by: "The Smiths" Reviewed by: Ken Coar git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@81693 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index f25d8ac5a89..0e2c70c6a5c 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -14,7 +14,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.122 $ ($Date: 1998/07/09 22:02:54 $) + $Revision: 1.123 $ ($Date: 1998/07/10 00:25:35 $)

The latest version of this FAQ is always available from the main @@ -909,6 +909,18 @@ how to do this is available in the performance hints page. There is a specific note for FreeBSD below. +

+ For Windows 95, try modifying your C:\CONFIG.SYS file to + include a line like +

+
+
FILES=300 +
+
+

+ Remember that you'll need to reboot your Windows 95 system in order + for the new value to take effect. +

  • "Don't do that" - try to run with fewer virtual hosts