[Bug 43968] [patch] support ipv6 with mod_jk

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Mladen Turk changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug 43968] [patch] support ipv6 with mod_jk

2014-06-03 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Konstantin Kolinko changed: What|Removed |Added Status|NEEDINFO|NEW --- Comment #11 from Kons

[Bug 43968] [patch] support ipv6 with mod_jk

2013-09-04 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #10 from Mladen Turk --- I'm going to work on this feature this and next week, so hopefully we'll have IPV6 support inside mod_jk. First thing is that APR should be used for name resolution whenever present, so this means that

[Bug 43968] [patch] support ipv6 with mod_jk

2012-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #9 from AlexL --- Hi, I ran into this problem of mod_jk not supporting ipv6, and found this bug. Is this going to be fixed, or is mod_jk obsolete? On the Tomcat FAQ page on connectors (http://wiki.apache.org/tomcat/FAQ/Connec

[Bug 43968] [patch] support ipv6 with mod_jk

2012-07-18 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 AlexL changed: What|Removed |Added CC||y3x1-w...@spamex.com -- You are receiving

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-10-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 Rainer Jung changed: What|Removed |Added Status|NEW |NEEDINFO -- Configure bugmail: http

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-10-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #8 from Rainer Jung 2011-10-24 18:37:25 UTC --- Hi Eiji, in jk_connect.c your removed a big block, which was executed when HAVE_APR was defined. Below the block it saqys we should use gethostbyname_r in a multi-threaded enviro

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-10-23 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #7 from Rainer Jung 2011-10-23 20:17:34 UTC --- *** Bug 51261 has been marked as a duplicate of this bug. *** -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email --- You are receiving this mai

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-05-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #6 from Eiji Takahashi 2011-05-26 10:26:10 UTC --- (In reply to comment #5) (snip) > I patched the ipv6_for_1230.patch and rebuilded jk > > $patch -p1 < ipv6_for_1230.patch > $cd tomcat-connector-1.2.30-src/native Before y

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-05-26 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #5 from qingkang xu 2011-05-26 09:19:16 UTC --- I used ipv6_for_1230.patch on 64bit's linux OS, But it also failed when workers.properties file's host is ipv6 address. my works.properties is like following: --- worker.

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #4 from Eiji Takahashi 2011-05-25 09:01:43 UTC --- Created attachment 27059 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27059 patch for trunk Patch for trunk. I did only an easy connection test. <> worker.ajp1.

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-05-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 --- Comment #3 from Eiji Takahashi 2011-05-25 09:01:07 UTC --- Created attachment 27058 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27058 patch for 1.2.30 Patch for 1.2.30. I did only an easy connection test. <> worker.ajp

DO NOT REPLY [Bug 43968] [patch] support ipv6 with mod_jk

2011-05-24 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=43968 forfelicity changed: What|Removed |Added CC||hysunny2...@gmail.com -- Configure

DO NOT REPLY [Bug 43968] - [patch] support ipv6 with mod_jk

2008-02-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43968] - [patch] support ipv6 with mod_jk

2008-01-16 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43968] - [patch] support ipv6 with mod_jk

2007-11-26 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 43968] New: - [patch] support ipv6 with mod_jk

2007-11-26 Thread bugzilla
gzilla/show_bug.cgi?id=43968 Summary: [patch] support ipv6 with mod_jk Product: Tomcat 5 Version: Unknown Platform: Other OS/Version: other Status: NEW Severity: enhancement Priority: P2 Component: Nat

Re: [patch] support IPv6 with mod_jk

2007-11-26 Thread Rainer Jung
Eiji Takahashi wrote: Dear developers. I made the mod_jk patch to support ipv6 between mod_jk and Tomcat. The detection of getaddrinfo() and implementation of jk_resolve() referred to APR. This patch was tested in the following environments (Do not compile in other OS's). 1.RHEL4/5 with Apache

[patch] support IPv6 with mod_jk

2007-11-26 Thread Eiji Takahashi
Dear developers. I made the mod_jk patch to support ipv6 between mod_jk and Tomcat. The detection of getaddrinfo() and implementation of jk_resolve() referred to APR. This patch was tested in the following environments (Do not compile in other OS's). 1.RHEL4/5 with Apache 2.x Link-Local address