Hi

attached simple patch disables using sendfile...

-- 
        Michal Čihař | http://cihar.com
--- lighttpd-1.4.9.orig/src/network_backends.h
+++ lighttpd-1.4.9/src/network_backends.h
@@ -7,6 +7,7 @@
 
 #include <sys/types.h>
 
+#define HAVE_SENDFILE_BROKEN
 /* on linux 2.4.x you get either sendfile or LFS */
 #if defined HAVE_SYS_SENDFILE_H && defined HAVE_SENDFILE && (!defined _LARGEFILE_SOURCE || defined HAVE_SENDFILE64) && defined HAVE_WRITEV && defined(__linux__) && !defined HAVE_SENDFILE_BROKEN
 # define USE_LINUX_SENDFILE

Attachment: signature.asc
Description: PGP signature

Reply via email to