From: dgaudet Date: Sun, 27 Apr 1997 07:52:14 +0000 (+0000) Subject: Clean up Linux configuration by detecting 2.x linux and enabling HAVE_SHMGET, X-Git-Tag: APACHE_1_2b9~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=aac2efd8d4f865df871b9349bed32e8a2da3a04a;p=apache Clean up Linux configuration by detecting 2.x linux and enabling HAVE_SHMGET, and HAVE_SYS_RESOURCE_H. Don't touch Linux 1.x systems for fear of various compatibility problems. Ditch that silly hack LINUX_TWEAK that I wish I hadn't introduced. Reviewed by: Paul S., Roy git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@78037 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.html b/docs/manual/mod/core.html index 1562eebabd..4aaa0cbfa3 100644 --- a/docs/manual/mod/core.html +++ b/docs/manual/mod/core.html @@ -1133,18 +1133,19 @@ about log file placement and 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.)

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

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.

+See Also: +Stopping and Restarting Apache

+


SendBufferSize directive