]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Support users with older versions of the server.
authordgaudet <dgaudet@unknown>
Thu, 22 Jan 1998 23:18:58 +0000 (23:18 +0000)
committerdgaudet <dgaudet@unknown>
Thu, 22 Jan 1998 23:18:58 +0000 (23:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79962 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/misc/FAQ.html
docs/manual/mod/core.html

index 556933d75e0b836c0f545c6fe5b6975f504ec66c..a16507b3cb5a95da72cd8390d6420a541ad2b54c 100644 (file)
@@ -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
   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>
index 612af35025692a8982ff9c7c684954b8df624e51..7313020198d961d3bfa3366e23f64c62bde66e47 100644 (file)
@@ -1480,12 +1480,12 @@ Apache 1.2 and above:<p>
 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>