You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by Dean Gaudet <dg...@hyperreal.com> on 1997/06/28 22:55:45 UTC

cvs commit: apache/htdocs/manual/misc FAQ.html fin_wait_2.html known_bugs.html

dgaudet     97/06/28 13:55:45

  Modified:    htdocs/manual/misc  FAQ.html fin_wait_2.html known_bugs.html
  Log:
  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.
  
  Revision  Changes    Path
  1.75      +10 -1     apache/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -C3 -r1.74 -r1.75
  *** FAQ.html	1997/06/26 12:17:20	1.74
  --- FAQ.html	1997/06/28 20:55:42	1.75
  ***************
  *** 15,21 ****
      <!--#include virtual="header.html" -->
      <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
      <P>
  !   $Revision: 1.74 $ ($Date: 1997/06/26 12:17:20 $)
      </P>
      <P>
      The latest version of this FAQ is always available from the main
  --- 15,21 ----
      <!--#include virtual="header.html" -->
      <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
      <P>
  !   $Revision: 1.75 $ ($Date: 1997/06/28 20:55:42 $)
      </P>
      <P>
      The latest version of this FAQ is always available from the main
  ***************
  *** 1481,1486 ****
  --- 1481,1495 ----
      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">
  
  
  
  1.9       +6 -0      apache/htdocs/manual/misc/fin_wait_2.html
  
  Index: fin_wait_2.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/fin_wait_2.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -C3 -r1.8 -r1.9
  *** fin_wait_2.html	1997/06/24 18:39:34	1.8
  --- fin_wait_2.html	1997/06/28 20:55:43	1.9
  ***************
  *** 266,271 ****
  --- 266,277 ----
    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
  
  
  
  1.19      +19 -21    apache/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /export/home/cvs/apache/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -C3 -r1.18 -r1.19
  *** known_bugs.html	1997/06/12 14:05:31	1.18
  --- known_bugs.html	1997/06/28 20:55:43	1.19
  ***************
  *** 41,50 ****
        source file <code>conf.h</code> for your architecture.
        This will be tracked as
        <a href="http://www.apache.org/bugdb.cgi/full/467">PR#467</a>.
  !     </LI>
    
        <a name="cnegbug"></a>
  !     <LI>Apache's <A HREF="../content-negotiation.html">Content
        Negotiation</A> should pick the smallest variant if there
        are several that are equally acceptable. A bug in 1.2 means it no
        longer does this unless all the variants have character sets. 
  --- 41,51 ----
        source file <code>conf.h</code> for your architecture.
        This will be tracked as
        <a href="http://www.apache.org/bugdb.cgi/full/467">PR#467</a>.
  !     <P></LI>
    
        <a name="cnegbug"></a>
  !     <LI><b>Fixed in 1.2.1.</b>
  !     Apache's <A HREF="../content-negotiation.html">Content
        Negotiation</A> should pick the smallest variant if there
        are several that are equally acceptable. A bug in 1.2 means it no
        longer does this unless all the variants have character sets. 
  ***************
  *** 53,65 ****
        pick the last equally acceptable variant instead of the first.
        This will be tracked as
        <a href="http://www.apache.org/bugdb.cgi/full/94">PR#94</a>.
  !     </LI>
    
        <LI>
        The PATH_INFO part of a request URI cannot include the sequence
        <CODE>%2f</CODE>. This will be tracked as 
        <A HREF="http://www.apache.org/bugdb.cgi/full/543">PR#543</A>.
  !     </LI>
    
        <LI>Users of early 1.2 betas reported problems with many
        connections stuck in the FIN_WAIT_2 state due to server
  --- 54,66 ----
        pick the last equally acceptable variant instead of the first.
        This will be tracked as
        <a href="http://www.apache.org/bugdb.cgi/full/94">PR#94</a>.
  !     <P></LI>
    
        <LI>
        The PATH_INFO part of a request URI cannot include the sequence
        <CODE>%2f</CODE>. This will be tracked as 
        <A HREF="http://www.apache.org/bugdb.cgi/full/543">PR#543</A>.
  !     <P></LI>
    
        <LI>Users of early 1.2 betas reported problems with many
        connections stuck in the FIN_WAIT_2 state due to server
  ***************
  *** 68,79 ****
        see sockets in FIN_WAIT_2 state due to network or operating system
        issues outside the control of Apache. See our <A
        HREF="fin_wait_2.html">FIN_WAIT_2</A> page for more details.
  !     </LI>
    
        <LI>Compilation fails on SCO3 when using gcc instead of cc, complaining
        with "<CODE>gcc: noinline: No such file or directory</CODE>". Fix
        is given in <a href="http://www.apache.org/bugdb.cgi/full/695">PR#695</A>.
  !     </LI>
    
        <LI>If compilation fails complaining about "unknown symbol __inet_ntoa()"
        then you have probably installed version 8 of bind. You will need to
  --- 69,82 ----
        see sockets in FIN_WAIT_2 state due to network or operating system
        issues outside the control of Apache. See our <A
        HREF="fin_wait_2.html">FIN_WAIT_2</A> page for more details.
  !     <P><b>Note:</b>  Depending on client mixture, SunOS 4.x boxes
  !     may need all keepalives disabled with "KeepAlive off".
  !     <P></LI>
    
        <LI>Compilation fails on SCO3 when using gcc instead of cc, complaining
        with "<CODE>gcc: noinline: No such file or directory</CODE>". Fix
        is given in <a href="http://www.apache.org/bugdb.cgi/full/695">PR#695</A>.
  !     <P></LI>
    
        <LI>If compilation fails complaining about "unknown symbol __inet_ntoa()"
        then you have probably installed version 8 of bind. You will need to
  ***************
  *** 81,119 ****
        to <CODE>EXTRA_LFLAGS</CODE> in <CODE>Configuration</CODE>. See
        <A HREF="http://www.apache.org/bugdb.cgi/full/616">PR#616</A>
        and the 
  !     <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#bind8.1">Apache FAQ</A>.
  !     </LI>
    
        <LI>The message "<CODE>created shared memory segment #730499</CODE>"
        in error_log is not an error and should be ignored. See 
        <a href="http://www.apache.org/bugdb.cgi/full/696">PR#696</A>.
  !     </LI>
    
        <LI>
        Compiling on Solaris 2 with SunSoft's C compiler gives the warning
        <CODE>"mod_include.c", line 1123: warning: end-of-loop code not
        reached</CODE>. This is a bogus warning and can be ignored.
        See <A HREF="http://www.apache.org/bugdb.cgi/full/681">PR#681</A>.
  !     </LI>
    
  !     <LI>
        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
        <A HREF="http://www.apache.org/bugdb.cgi/full/611">PR#611</A>.
  !     See also the 
  !     <A HREF="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim">Apache
  !     FAQ</A>. 
  !     </LI>
    
  !     <LI>
        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="http://192.168.2.4:8080/htdocs/manual/misc/FAQ.html#fdlim">Apache
  !     FAQ</A>.
  !     </LI>
    
    </OL>
    
  --- 84,117 ----
        to <CODE>EXTRA_LFLAGS</CODE> in <CODE>Configuration</CODE>. See
        <A HREF="http://www.apache.org/bugdb.cgi/full/616">PR#616</A>
        and the 
  !     <A HREF="FAQ.html#bind8.1">Apache FAQ</A>.
  !     <P></LI>
    
        <LI>The message "<CODE>created shared memory segment #730499</CODE>"
        in error_log is not an error and should be ignored. See 
        <a href="http://www.apache.org/bugdb.cgi/full/696">PR#696</A>.
  !     <P></LI>
    
        <LI>
        Compiling on Solaris 2 with SunSoft's C compiler gives the warning
        <CODE>"mod_include.c", line 1123: warning: end-of-loop code not
        reached</CODE>. This is a bogus warning and can be ignored.
        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>
        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
        <A HREF="http://www.apache.org/bugdb.cgi/full/611">PR#611</A>.
  !     See also the <A HREF="FAQ.html#fdlim">Apache FAQ</A>. 
  !     <P></LI>
    
  !     <LI><b>Workaround available in 1.2.1.</b>
        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>.
  !     <P></LI>
    
    </OL>