Date: Fri, 7 Feb 2014 14:23:30 -0700 (MST) From: Brad Davis <brd@FreeBSD.org> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/186551: [patch] www/mod_jk: Patch a bug with using multiple backends with mod_jk Message-ID: <20140207212330.89CD28FFA3@valentine.liquidneon.com> Resent-Message-ID: <201402072130.s17LU02g055791@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 186551 >Category: ports >Synopsis: [patch] www/mod_jk: Patch a bug with using multiple backends with mod_jk >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Fri Feb 07 21:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Brad Davis >Release: FreeBSD 9.1-RELEASE-p7 i386 >Organization: >Environment: >Description: >How-To-Repeat: >Fix: This patch is from https://issues.apache.org/bugzilla/show_bug.cgi?id=53762 It fixes a bug in the jkmanager that causes it not sync config changes between the httpd threads. --- patch-mod_jk.diff begins here --- Index: files/patch-native--common--jk_status.c =================================================================== --- files/patch-native--common--jk_status.c (revision 0) +++ files/patch-native--common--jk_status.c (working copy) @@ -0,0 +1,11 @@ +--- native/common/jk_status.c.ori 2014-02-07 14:08:44.000000000 -0700 ++++ native/common/jk_status.c 2014-02-07 14:09:05.000000000 -0700 +@@ -3647,7 +3647,7 @@ + } + } + if (sync_needed == JK_TRUE) { +- wr->sequence = 0; ++ wr->sequence = -1; + if (!rc) + rc = 3; + } Property changes on: files/patch-native--common--jk_status.c ___________________________________________________________________ Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property --- patch-mod_jk.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140207212330.89CD28FFA3>