dgaudet     97/11/20 09:29:02

  Modified:    htdocs/manual/misc known_bugs.html
  Log:
  document the broken timeouts bug
  
  Revision  Changes    Path
  1.37      +6 -0      apachen/htdocs/manual/misc/known_bugs.html
  
  Index: known_bugs.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/known_bugs.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- known_bugs.html   1997/11/20 17:26:36     1.36
  +++ known_bugs.html   1997/11/20 17:29:01     1.37
  @@ -40,6 +40,12 @@
   <LI>The error_log may contain "(0)Unknown error: mmap_handler:
       mmap failed" errors.  Ignore them, it is a logic error and does not
       indicate any problem.  This will be corrected in a later beta.
  +<LI>Servers operating in inetd mode will not properly implement timeouts.
  +    (Neither do servers operating with the -X command line switch for
  +    debugging.)
  +    This will be corrected in a later beta.  A workaround for now is
  +    to edit <code>src/main/httpd.h</code> and remove the definition
  +    of <code>OPTIMIZE_TIMEOUTS</code> near the bottom.
   </OL>
   
   <H2>Apache 1.3b2 Bugs</H2>
  
  
  

Reply via email to