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: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 environment, which works here at least when using APR, because
then we fall back to using APR.

When removing the block this is no longer true. Can you comment, why you
removed that block starting at line 350?

Another question: will your patch only work for Apache, or also for IIS and
NSAPI? Even without that it is an improvement, just trying to understand.

Regards,

Rainer

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 you do the configure command, execute buildconf.sh.

> $CFLAGS="-m64" ./configure --with-apxs=$apache2.2.15_root/bin/apxs && make &&
> make install
> $$apache2.2.15_root/bin/apachectl -k start
> 
> 
> then,vi $apache2.2.15_root/logs/mod_jk.log, Threr are following error messages
> ---
> ajp_validate::jk_ajp_common.c (2619): worker ci1 can't resolve tomcat address
> 2001::178
> ajp_validate::jk_ajp_common.c (2624): worker ci1 contact is disabled
> ...

regards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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.list=lb1

worker.ci1.type=ajp13
worker.ci1.host=2001::178
worker.ci1.port=18009
worker.ci1.lbfactor=50
worker.ci1.socket_connect_timeout=3000

worker.ci2.type=ajp13
worker.ci2.host=2001::178
worker.ci2.port=28009
worker.ci2.lbfactor=50
worker.ci2.socket_connect_timeout=3000

worker.lb1.type=lb
worker.lb1.balance_workers=ci1,ci2
worker.lb1.sticky_session=false
worker.lb1.sticky_session_force=false
worker.lb1.retries=0
---

I patched the ipv6_for_1230.patch and rebuilded jk

$patch -p1 < ipv6_for_1230.patch
$cd tomcat-connector-1.2.30-src/native
$CFLAGS="-m64" ./configure --with-apxs=$apache2.2.15_root/bin/apxs && make &&
make install
$$apache2.2.15_root/bin/apachectl -k start


then,vi $apache2.2.15_root/logs/mod_jk.log, Threr are following error messages
---
ajp_validate::jk_ajp_common.c (2619): worker ci1 can't resolve tomcat address
2001::178
ajp_validate::jk_ajp_common.c (2624): worker ci1 contact is disabled
...

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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.host=::1
worker.ajp1.port=8009

regards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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.ajp1.host=::1
worker.ajp1.port=8009

regards.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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 bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



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_bug.cgi?id=43968


[EMAIL PROTECTED] changed:

   What|Removed |Added

  Attachment #21189|0   |1
is obsolete||




--- Additional Comments From [EMAIL PROTECTED]  2008-02-03 22:38 ---
Created an attachment (id=21463)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21463&action=view)
patch for mod_jk-1.2.27-dev

new patch for mod_jk-1.2.27-dev

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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_bug.cgi?id=43968


[EMAIL PROTECTED] changed:

   What|Removed |Added

 CC||[EMAIL PROTECTED]




-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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_bug.cgi?id=43968





--- Additional Comments From [EMAIL PROTECTED]  2007-11-26 15:27 ---
Created an attachment (id=21189)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=21189&action=view)
ipv6 support patch


-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]