From 5979faf37de4e4a1c00a7834eb8647e4a98c93c5 Mon Sep 17 00:00:00 2001 From: dgaudet Date: Wed, 23 Apr 1997 01:12:43 +0000 Subject: [PATCH] document how to avoid scoreboardfile git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77986 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.html | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 33e93ffcac..cb4eb82895 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1100,7 +1100,21 @@ of Apache.

If you have to use a ScoreBoardFile then you may see improved speed by placing it on a RAM disk. But be careful that you heed the same warnings about log file placement and -security. +security.

+ +Apache 1.2 and above:

+ +Linux 2.x users should consider defining Rules LINUX_TWEAK=yes +in the Configuration file which will cause the server to +use shared memory instead of a scoreboard file. This is known to cause +compilation problems with some distributions and kernels, so we have not +enabled it by default. (Patches to conditionally determine the ability +to set this option are quite welcome.)

+ +SVR4 users should consider adding -DHAVE_SHMGET 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.


-- 2.40.0