From 8d528173356510beabdbbacd33f1357e23661e07 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Tue, 15 Oct 2002 04:12:15 +0000 Subject: [PATCH] For the new EnableSendfile directive... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97222 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 9 +++++++++ docs/conf/httpd-win.conf | 9 +++++++++ 2 files changed, 18 insertions(+) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index ced7215790..3382eda248 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -454,6 +454,15 @@ HostnameLookups Off # #EnableMMAP off +# +# EnableSendfile: Control whether the sendfile kernel support is +# used to deliver files (assuming that the OS supports it). +# The default is on; turn this off if you serve from NFS-mounted +# filesystems. Please see +# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile +# +#EnableSendfile off + # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 92efc5ff81..f9b4a11f57 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -388,6 +388,15 @@ HostnameLookups Off # #EnableMMAP off +# +# EnableSendfile: Control whether the sendfile kernel support is +# used to deliver files (assuming that the OS supports it). +# The default is on; turn this off if you serve from NFS-mounted +# filesystems. Please see +# http://httpd.apache.org/docs-2.0/mod/core.html#enablesendfile +# +#EnableSendfile off + # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a -- 2.40.0