Revision: 7175
http://sourceforge.net/p/astlinux/code/7175
Author: abelbeck
Date: 2015-08-03 18:32:01 +0000 (Mon, 03 Aug 2015)
Log Message:
-----------
lighttpd, version 1.4.36 adds an annoying mod_proxy.c log, silence it
Added Paths:
-----------
branches/1.0/package/lighttpd/lighttpd-silence-proxy_request_finished.patch
Added: branches/1.0/package/lighttpd/lighttpd-silence-proxy_request_finished.patch
===================================================================
--- branches/1.0/package/lighttpd/lighttpd-silence-proxy_request_finished.patch (rev 0)
+++ branches/1.0/package/lighttpd/lighttpd-silence-proxy_request_finished.patch 2015-08-03 18:32:01 UTC (rev 7175)
@@ -0,0 +1,11 @@
+--- lighttpd-1.4.36/src/mod_proxy.c.orig 2015-08-03 13:03:02.000000000 -0500
++++ lighttpd-1.4.36/src/mod_proxy.c 2015-08-03 13:04:51.000000000 -0500
+@@ -940,7 +940,7 @@
+ case 1:
+ /* we are done */
+ proxy_connection_close(srv, hctx);
+- log_error_write(srv, __FILE__, __LINE__, "s", "proxy request finished");
++ /* log_error_write(srv, __FILE__, __LINE__, "s", "proxy request finished"); */
+
+ joblist_append(srv, con);
+ return HANDLER_FINISHED;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|