]> granicus.if.org Git - apache/commitdiff
document how to avoid scoreboardfile
authordgaudet <dgaudet@unknown>
Wed, 23 Apr 1997 01:12:43 +0000 (01:12 +0000)
committerdgaudet <dgaudet@unknown>
Wed, 23 Apr 1997 01:12:43 +0000 (01:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77986 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html

index 33e93ffcacb7210aa03f0a3ffb3437d6423dc373..cb4eb82895c5ab1f4687a942cfc048a5ecca0c9d 100644 (file)
@@ -1100,7 +1100,21 @@ of Apache.<p>
 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
-<a href="../misc/security_tips.html">security</a>.
+<a href="../misc/security_tips.html">security</a>.<p>
+
+Apache 1.2 and above:<p>
+
+Linux 2.x users should consider defining <code>Rules LINUX_TWEAK=yes</code>
+in the <code>Configuration</code> 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.)<p>
+
+SVR4 users should consider adding <code>-DHAVE_SHMGET</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>
 
 <p><hr>