From b79501e52b28b783de4e1a47b222d83a09c83a04 Mon Sep 17 00:00:00 2001 From: Ken Coar Date: Fri, 10 Jul 1998 00:25:35 +0000 Subject: [PATCH] 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 --- docs/manual/misc/FAQ.html | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index f25d8ac5a8..0e2c70c6a5 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
  • -- 2.50.1