]> granicus.if.org Git - apache/commitdiff
Update bind-8.1 docs in FAQ.
authordgaudet <dgaudet@unknown>
Sat, 28 Jun 1997 20:55:43 +0000 (20:55 +0000)
committerdgaudet <dgaudet@unknown>
Sat, 28 Jun 1997 20:55:43 +0000 (20:55 +0000)
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

docs/manual/misc/FAQ.html
docs/manual/misc/fin_wait_2.html

index 6f4ba117325ebb1e3c55eab1c9272211d08c6090..2ac3261f1b98a7aa4549f7e3bd3ca3a78cdc8482 100644 (file)
@@ -15,7 +15,7 @@
   <!--#include virtual="header.html" -->
   <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
   <P>
-  $Revision: 1.74 $ ($Date: 1997/06/26 12:17:20 $)
+  $Revision: 1.75 $ ($Date: 1997/06/28 20:55:42 $)
   </P>
   <P>
   The latest version of this FAQ is always available from the main
   file, then re-running <CODE>Configure</CODE>, should resolve the
   problem.
   </P>
+  <p><b>Note:</b> As of BIND 8.1.1, the bind libraries and files are
+  installed under <code>/usr/local/bind</code> 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:
+  <blockquote><pre>
+  EXTRA_CFLAGS=-I/usr/local/bind/include
+  EXTRA_LFLAGS=-L/usr/local/bind/lib
+  EXTRA_LIBS=-lbind
+  </pre></blockquote>
   <HR>
  </LI>
  <LI><A NAME="set-servername">
index 2d9e946d174429af4f116995e86df5d593358ce8..4b9d60ad3aa37fd9745d2094f40c4e1ed28fbcc8 100644 (file)
@@ -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.<P>
 </DL>
+
+<H3>Disable KeepAlive</H3>
+<P>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".
+
 <H2><LI>Feedback</H2>
 
 If you have any information to add to this page, please contact me at