]> granicus.if.org Git - apache/commitdiff
For the new EnableSendfile directive...
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 Oct 2002 04:12:15 +0000 (04:12 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 15 Oct 2002 04:12:15 +0000 (04:12 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97222 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index ced72157909b86c55eba631bf56b6cfd74090e44..3382eda2485c274f6e448fc2487ac15dfab9e04f 100644 (file)
@@ -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 <VirtualHost>
index 92efc5ff81c086196ec4f4352ab83bab2a3d3673..f9b4a11f57dc04fad054258940697935d34fb187 100644 (file)
@@ -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 <VirtualHost>