ports/186551: [patch] www/mod_jk: Patch a bug with using multiple backends with mod_jk
Brad Davis
brd at FreeBSD.org
Fri Feb 7 21:30:00 UTC 2014
>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:
More information about the freebsd-ports-bugs
mailing list