svn commit: r697447 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sat Sep 20 23:50:57 2008 New Revision: 697447 URL: http://svn.apache.org/viewvc?rev=697447view=rev Log: Log socket number before we set it to -1 Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified:

svn commit: r697449 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:12:29 2008 New Revision: 697449 URL: http://svn.apache.org/viewvc?rev=697449view=rev Log: Use max_packet_size for minumum socket buffer sizes instead fixed 8K Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified:

svn commit: r697451 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:23:08 2008 New Revision: 697451 URL: http://svn.apache.org/viewvc?rev=697451view=rev Log: Provided time can be modified, so log original value Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified:

svn commit: r697452 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 00:42:20 2008 New Revision: 697452 URL: http://svn.apache.org/viewvc?rev=697452view=rev Log: Remove extra logging. We already logged this as [warn] Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c Modified:

svn commit: r697462 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 02:45:59 2008 New Revision: 697462 URL: http://svn.apache.org/viewvc?rev=697462view=rev Log: Let's use mstarted introduced in r697451 in all places, where it makes sense, and now mostly where it is now. Modified:

svn commit: r697465 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.h

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:09:20 2008 New Revision: 697465 URL: http://svn.apache.org/viewvc?rev=697465view=rev Log: Until now we don't use connection_keepalive in lb. It would be nice to inherit the property from an lb to all of its members, but we don't do that for any other property.

svn commit: r697466 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:10:24 2008 New Revision: 697466 URL: http://svn.apache.org/viewvc?rev=697466view=rev Log: Cosmetics. Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h URL:

svn commit: r697467 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.c

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:18:20 2008 New Revision: 697467 URL: http://svn.apache.org/viewvc?rev=697467view=rev Log: Move logical condition from from to enclosing if. Use svn diff -x -w to get a more condensed view of the change. Modified:

svn commit: r697468 - /tomcat/connectors/trunk/jk/xdocs/reference/workers.xml

2008-09-21 Thread rjung
Author: rjung Date: Sun Sep 21 03:26:00 2008 New Revision: 697468 URL: http://svn.apache.org/viewvc?rev=697468view=rev Log: Doc update for new connection_keepalive. Modified: tomcat/connectors/trunk/jk/xdocs/reference/workers.xml Modified:

JK connection_keepalive configuration

2008-09-21 Thread Rainer Jung
Hi Mladen, any thoughts, how we could make configuring connection_keepalive better? We implicitely use prepost_timeout, so there's no way to use the occasional keepalive CPING probing without adding CPINGs to any request. I think in most cases, the actual timeout used for the CPONG response in

Re: JK connection_keepalive configuration

2008-09-21 Thread Mladen Turk
Rainer Jung wrote: Hi Mladen, any thoughts, how we could make configuring connection_keepalive better? Of course by introducing even more attributes we can keep the individual CPING timeouts, but I don't really see a reason. I want to get the attributes right, before we release this nice

Adding custom http headers to pages that my Tomcat serve

2008-09-21 Thread Clement Low
Hi all, I would like to set a custom header to all of the pages that my Tomcat serve : *meta http-equiv=X-UA-Compatible content=IE=EmulateIE7 /* What this does is basically telling IE 8 to display the particular page as if it were in IE 7. I do not want to add this header to every page that

svn commit: r697529 - /tomcat/connectors/trunk/jk/native/common/jk_util.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 08:39:35 2008 New Revision: 697529 URL: http://svn.apache.org/viewvc?rev=697529view=rev Log: Make sure only single digits are taken for boolean values Modified: tomcat/connectors/trunk/jk/native/common/jk_util.c Modified:

svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:07:02 2008 New Revision: 697532 URL: http://svn.apache.org/viewvc?rev=697532view=rev Log: This should have been part of r697465 (remove connection_keepalive from lb worker) Modified: tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c Modified:

svn commit: r697534 - in /tomcat/connectors/trunk/jk/native/common: jk_ajp_common.c jk_util.c jk_util.h

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:19:31 2008 New Revision: 697534 URL: http://svn.apache.org/viewvc?rev=697534view=rev Log: Add ping_timeout that is used for connection_keepalive and as default value for connect and prepost timeouts if boolean values are used for them Modified:

svn commit: r697535 - /tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:20:19 2008 New Revision: 697535 URL: http://svn.apache.org/viewvc?rev=697535view=rev Log: Add missing declaration for ping_timeout Modified: tomcat/connectors/trunk/jk/native/common/jk_ajp_common.h Modified:

svn commit: r697542 - /tomcat/connectors/trunk/jk/native/common/jk_status.c

2008-09-21 Thread mturk
Author: mturk Date: Sun Sep 21 09:44:34 2008 New Revision: 697542 URL: http://svn.apache.org/viewvc?rev=697542view=rev Log: Add ping_timeout and connection_keepalive to status. Needs more work to finish... Modified: tomcat/connectors/trunk/jk/native/common/jk_status.c Modified:

Re: JK connection_keepalive configuration

2008-09-21 Thread Rainer Jung
Mladen Turk schrieb: Rainer Jung wrote: Hi Mladen, any thoughts, how we could make configuring connection_keepalive better? Of course by introducing even more attributes we can keep the individual CPING timeouts, but I don't really see a reason. I want to get the attributes right, before

Re: svn commit: r697532 - /tomcat/connectors/trunk/jk/native/common/jk_lb_worker.c

2008-09-21 Thread Rainer Jung
[EMAIL PROTECTED] schrieb: Author: mturk Date: Sun Sep 21 09:07:02 2008 New Revision: 697532 URL: http://svn.apache.org/viewvc?rev=697532view=rev Log: This should have been part of r697465 (remove connection_keepalive from lb worker) Sorry, I did check jk_lb_worker.c for any use of