From: William A. Rowe Jr Date: Tue, 15 Oct 2002 04:12:15 +0000 (+0000) Subject: For the new EnableSendfile directive... X-Git-Tag: 2.0.44~276 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a690f04deac8109750d8e5275b64dcc1342e2053;p=apache For the new EnableSendfile directive... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97222 13f79535-47bb-0310-9956-ffa450edef68 --- 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