You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by dg...@hyperreal.org on 1998/01/23 00:18:59 UTC

cvs commit: apachen/htdocs/manual/mod core.html

dgaudet     98/01/22 15:18:59

  Modified:    htdocs/manual/misc FAQ.html
               htdocs/manual/mod core.html
  Log:
  Support users with older versions of the server.
  
  Revision  Changes    Path
  1.98      +3 -2      apachen/htdocs/manual/misc/FAQ.html
  
  Index: FAQ.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/misc/FAQ.html,v
  retrieving revision 1.97
  retrieving revision 1.98
  diff -u -r1.97 -r1.98
  --- FAQ.html	1998/01/22 23:11:48	1.97
  +++ FAQ.html	1998/01/22 23:18:56	1.98
  @@ -15,7 +15,7 @@
     <!--#include virtual="header.html" -->
     <H1 ALIGN="CENTER">Apache Server Frequently Asked Questions</H1>
     <P>
  -  $Revision: 1.97 $ ($Date: 1998/01/22 23:11:48 $)
  +  $Revision: 1.98 $ ($Date: 1998/01/22 23:18:56 $)
     </P>
     <P>
     The latest version of this FAQ is always available from the main
  @@ -1805,7 +1805,8 @@
     As a last-resort workaround, you can
     comment out the <CODE>#define USE_SHMGET_SCOREBOARD</CODE> definition in the
     <SAMP>LINUX</SAMP> section of
  -  <SAMP>src/conf.h</SAMP> and rebuild the server.  This will produce
  +  <SAMP>src/conf.h</SAMP> and rebuild the server (prior to 1.3b4 the
  +  definition was named <CODE>#define HAVE_SHMGET</CODE>).  This will produce
     a server which is slower and less reliable.
     </P>
     <HR>
  
  
  
  1.90      +2 -2      apachen/htdocs/manual/mod/core.html
  
  Index: core.html
  ===================================================================
  RCS file: /export/home/cvs/apachen/htdocs/manual/mod/core.html,v
  retrieving revision 1.89
  retrieving revision 1.90
  diff -u -r1.89 -r1.90
  --- core.html	1998/01/22 23:11:51	1.89
  +++ core.html	1998/01/22 23:18:58	1.90
  @@ -1480,12 +1480,12 @@
   Linux 1.x users might be able to add <code>-DUSE_SHMGET_SCOREBOARD</code> to
   the <code>EXTRA_CFLAGS</code> in your <code>Configuration</code>.  This
   might work with some 1.x installations, but won't work with all of
  -them.<p>
  +them. (Prior to 1.3b4 this define was named <code>HAVE_SHMGET</code>.)<p>
   
   SVR4 users should consider adding <code>-DUSE_SHMGET_SCOREBOARD</code> to the
   <code>EXTRA_CFLAGS</code> in your <code>Configuration</code>.  This
   is believed to work, but we were unable to test it in time for 1.2
  -release.<p>
  +release. (Prior to 1.3b4 this define was named <code>HAVE_SHMGET</code>.)<p>
   
   <strong>See Also</strong>:
   <a href="../stopping.html">Stopping and Restarting Apache</a></p>