On 06/30/2013 06:30 AM, alpha sparc wrote:
This patch updates lighttpd to the latest version and enables the
linux-sendfile call for lighttpd.


I think you should remove the "# force use of the write backend" comment too no?

--- feeds/packages/net/lighttpd/files/lighttpd.conf    (revision 36664)
+++ feeds/packages/net/lighttpd/files/lighttpd.conf    (working copy)
@@ -22,7 +22,8 @@
  #)

  # force use of the "write" backend (closes: #2401)
-server.network-backend = "write"
+server.network-backend = "linux-sendfile"
+server.event-handler = "linux-sysepoll"

  ## a static document-root, for virtual-hosting take look at the
  ## server.virtual-* options
_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to