From: dgaudet Date: Thu, 22 Jan 1998 23:18:58 +0000 (+0000) Subject: Support users with older versions of the server. X-Git-Tag: APACHE_1_3b5~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bbc07275930fe855763ec31766b15bf8fb7a60f;p=thirdparty%2Fapache%2Fhttpd.git Support users with older versions of the server. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@79962 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/misc/FAQ.html b/docs/manual/misc/FAQ.html index 556933d75e0..a16507b3cb5 100644 --- a/docs/manual/misc/FAQ.html +++ b/docs/manual/misc/FAQ.html @@ -15,7 +15,7 @@

Apache Server Frequently Asked Questions

- $Revision: 1.97 $ ($Date: 1998/01/22 23:11:48 $) + $Revision: 1.98 $ ($Date: 1998/01/22 23:18:56 $)

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 #define USE_SHMGET_SCOREBOARD definition in the LINUX section of - src/conf.h and rebuild the server. This will produce + src/conf.h and rebuild the server (prior to 1.3b4 the + definition was named #define HAVE_SHMGET). This will produce a server which is slower and less reliable.


diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 612af350256..7313020198d 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1480,12 +1480,12 @@ Apache 1.2 and above:

Linux 1.x users might be able to add -DUSE_SHMGET_SCOREBOARD to the EXTRA_CFLAGS in your Configuration. This might work with some 1.x installations, but won't work with all of -them.

+them. (Prior to 1.3b4 this define was named HAVE_SHMGET.)

SVR4 users should consider adding -DUSE_SHMGET_SCOREBOARD to the EXTRA_CFLAGS in your Configuration. This is believed to work, but we were unable to test it in time for 1.2 -release.

+release. (Prior to 1.3b4 this define was named HAVE_SHMGET.)

See Also: Stopping and Restarting Apache