From: dgaudet Date: Sat, 28 Jun 1997 20:55:43 +0000 (+0000) Subject: Update bind-8.1 docs in FAQ. X-Git-Tag: dg_last_1_2_doc_merge~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=593f4efb75bffd7515c0a2feb7e7246688fdd7d7;p=thirdparty%2Fapache%2Fhttpd.git Update bind-8.1 docs in FAQ. Update known_bugs with 1.2.1 relevance. Remove some 192.168.x.x host references in known_bugs. Add note about sunos 4.x and KeepAlive off. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78406 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 6f4ba117325..2ac3261f1b9 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.74 $ ($Date: 1997/06/26 12:17:20 $) + $Revision: 1.75 $ ($Date: 1997/06/28 20:55:42 $)

The latest version of this FAQ is always available from the main @@ -1481,6 +1481,15 @@ file, then re-running Configure, should resolve the problem.

+

Note: As of BIND 8.1.1, the bind libraries and files are + installed under /usr/local/bind by default. So you + should not run into this problem. Should you want to use the bind + resolvers you'll have to add the following to the respective lines: +

+  EXTRA_CFLAGS=-I/usr/local/bind/include
+  EXTRA_LFLAGS=-L/usr/local/bind/lib
+  EXTRA_LIBS=-lbind
+  

  • diff --git a/docs/manual/misc/fin_wait_2.html b/docs/manual/misc/fin_wait_2.html index 2d9e946d174..4b9d60ad3aa 100644 --- a/docs/manual/misc/fin_wait_2.html +++ b/docs/manual/misc/fin_wait_2.html @@ -266,6 +266,12 @@ many systems, this can be done by adding the line mbuf clusters you want to your kernel config file and rebuilding your kernel.

    + +

    Disable KeepAlive

    +

    If you are unable to do any of the above then you should, as a last +resort, disable KeepAlive. Edit your httpd.conf and change "KeepAlive On" +to "KeepAlive Off". +

  • Feedback
  • If you have any information to add to this page, please contact me at