Mailing List Archive

cvs commit: apache/htdocs/manual/misc known_bugs.html
dgaudet 97/04/24 04:06:19

Modified: htdocs/manual/mod core.html
htdocs/manual/misc known_bugs.html
Log:
Make a note of PR#467, the serialized accept problem.

Revision Changes Path
1.51 +3 -1 apache/htdocs/manual/mod/core.html

Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.50
retrieving revision 1.51
diff -C3 -r1.50 -r1.51
*** core.html 1997/04/23 01:12:43 1.50
--- core.html 1997/04/24 11:06:17 1.51
***************
*** 646,652 ****
<p><strong>See Also:</strong>
<a href="../dns-caveats.html">DNS Issues</a><br>
<strong>See Also:</strong>
! <a href="../bind.html">Setting which addresses and ports Apache uses</a></p>
<hr>

<A name="limit"><h2>&lt;Limit&gt; directive</h2></A>
--- 646,654 ----
<p><strong>See Also:</strong>
<a href="../dns-caveats.html">DNS Issues</a><br>
<strong>See Also:</strong>
! <a href="../bind.html">Setting which addresses and ports Apache uses</a><br>
! <strong>See Also:</strong>
! <a href="../misc/known_bugs.html#listenbug">Known Bugs</a></p>
<hr>

<A name="limit"><h2>&lt;Limit&gt; directive</h2></A>



1.11 +19 -0 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.10
retrieving revision 1.11
diff -C3 -r1.10 -r1.11
*** known_bugs.html 1997/04/22 08:57:32 1.10
--- known_bugs.html 1997/04/24 11:06:18 1.11
***************
*** 18,23 ****
--- 18,42 ----
<P>See Also: <A HREF="compat_notes.html">Compatibility notes</A></P>
<HR>

+ <H2>Version 1.2 (all)</H2>
+
+ <OL>
+ <LI>On some architectectures if your configuration uses multiple
+ <a href="../mod/core#listen">Listen</a> directives then it is possible
+ that the server will starve one of the sockets while serving hits on
+ another. The work-around is to add
+ <code>-DUSE_FLOCK_SERIALIZED_ACCEPT</code> to the
+ <code>EXTRA_CFLAGS</code> line in your Configuration and rebuild.
+ (If you encounter problems with that, you can also try
+ <code>-DUSE_FCNTL_SERIALIZED_ACCEPT</code>.)
+ This affects any architecture that doesn't use one of the
+ <code>USE_xxxxx_SERIALIZED_ACCEPT</code> definitions, see the
+ source file <code>conf.h</code> for your architecture.
+ <p>This will be tracked as
+ <a href="http://www.apache.org/bugdb.cgi/full/467">PR#467</a>.
+ </LI>
+ </OL>
+
<H2>Version 1.2b8</H2>

There are several known bugs in 1.2b8. See the