dgaudet 97/07/19 11:32:25
Modified: htdocs/manual/misc known_bugs.html
Log:
Add Roy's blurb about sunos4.
Revision Changes Path
1.25 +7 -2 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.24
retrieving revision 1.25
diff -C3 -r1.24 -r1.25
*** known_bugs.html 1997/07/09 18:05:01 1.24
--- known_bugs.html 1997/07/19 18:32:23 1.25
***************
*** 101,108 ****
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
--- 101,113 ----
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>SunOS4 has a kernel bug in the allocation of memory for the mbuf
table.
! When it fills up, the result is a Panic the next time any routine tries
! to set something in an imaginary mbuf beyond the range of the table.
! Due to buggy browser behavior and the lack of a FIN_WAIT_2 timeout
! on SunOS4, "KeepAlive Off" is necessary to avoid filling up the mbuf
! table on busy sites.
<P></LI>
<LI>Compilation fails on SCO3 when using gcc instead of cc, complaining