You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2002/02/06 15:29:35 UTC

cvs commit: httpd-dist HEADER.html README.html

jim         02/02/06 06:29:35

  Modified:    .        HEADER.html README.html
  Log:
  Note the patchfile
  
  Revision  Changes    Path
  1.9       +3 -1      httpd-dist/HEADER.html
  
  Index: HEADER.html
  ===================================================================
  RCS file: /home/cvs/httpd-dist/HEADER.html,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- HEADER.html	24 Jan 2002 16:13:08 -0000	1.8
  +++ HEADER.html	6 Feb 2002 14:29:35 -0000	1.9
  @@ -10,8 +10,10 @@
   </p>
   <h2><a href="Announcement.html">Apache 1.3.23</a> is now available.</h2>
   <p>
  -
   </p>
  +
  +<h2><a href="http://www.apache.org/dist/httpd/patches/apply_to_1.3.23/solaris-ap
  +ache-1.3.23.patch">Solaris Specific Patch for Apache 1.3.23</a> Available </h2>
   
   <b><a href="Announcement2.html">Apache 2.0.28 Beta</a> is now available
   for testing.</b>
  
  
  
  1.11      +10 -0     httpd-dist/README.html
  
  Index: README.html
  ===================================================================
  RCS file: /home/cvs/httpd-dist/README.html,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- README.html	24 Jan 2002 16:13:08 -0000	1.10
  +++ README.html	6 Feb 2002 14:29:35 -0000	1.11
  @@ -16,6 +16,16 @@
   <P>For information about new features in 1.3, see the 
      <A HREF="http://httpd.apache.org/docs/">documentation</A>.
   
  +<h2><a href="http://www.apache.org/dist/httpd/patches/apply_to_1.3.23/solaris-apache-1.3.23.patch">Solaris Specific Patch for Apache 1.3.23</a> Available </h2>
  +
  +<p>There is a bug in the current Apache 1.3.23 code that affects Solaris 
  +systems using the default <SAMP>accept()</SAMP> mutex method (pthreads).
  +If you are a Solaris user, there are two options available to you. You
  +can either use the <SAMP>AcceptMutex</SAMP> directive to use the
  +<SAMP>sysvsem<SAMP> or <SAMP>fcntl<SAMP> method, or 
  +download the above  patch and rebuild Apache to force it to link
  +in the required pthread calls. This will be fixed in Apache 1.3.24.
  +</p>
   <H2>Binary Releases</H2>
   
   <P>Are available in the <A HREF="binaries/">binaries/</A> directory.<BR>