<!--#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
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>
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>