Mailing List Archive

cvs commit: apache/htdocs/manual/mod core.html
dgaudet 97/04/22 18:12:45

Modified: htdocs/manual/mod core.html
Log:
document how to avoid scoreboardfile

Revision Changes Path
1.50 +15 -1 apache/htdocs/manual/mod/core.html

Index: core.html
===================================================================
RCS file: /export/home/cvs/apache/htdocs/manual/mod/core.html,v
retrieving revision 1.49
retrieving revision 1.50
diff -C3 -r1.49 -r1.50
*** core.html 1997/04/22 15:53:08 1.49
--- core.html 1997/04/23 01:12:43 1.50
***************
*** 1100,1106 ****
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>.

<p><hr>

--- 1100,1120 ----
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>.<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>