Re: debugging ssl packet drop

2014-10-19 Thread Pon Umapathy Kailash S
Thanks. On Sat, Oct 18, 2014 at 6:06 PM, Joe Lewis j...@joe-lewis.com wrote: Another possible list thst would be good would be the HTTPD development list. You may need the author of mod_ssl. Thanks, Joe Lewis Original message From: Pon Umapathy Kailash S pon.umapa

Re: debugging ssl packet drop

2014-10-18 Thread Pon Umapathy Kailash S
haven't custom-configured timeouts for Apache? ipfw/iptables/etc on the server (tcpdump of *nix will help)? Remember, it sounds like you are asking for help for things on the fringes of most people's expertise here. Be patient. Joe On Fri, Oct 17, 2014 at 9:22 AM, Pon Umapathy Kailash S

Re: debugging ssl packet drop

2014-10-17 Thread Pon Umapathy Kailash S
Resending since it doesn't seem to have been delivered. On Thu, Oct 16, 2014 at 11:26 AM, Pon Umapathy Kailash S pon.umapa...@gmail.com wrote: Hi, I am facing the an issue where a SSL packet from IE10 doesn't reach the client processing thread for a particular connection(more details below

debugging ssl packet drop

2014-10-15 Thread Pon Umapathy Kailash S
Hi, I am facing the an issue where a SSL packet from IE10 doesn't reach the client processing thread for a particular connection(more details below). Can you please provide me pointers on where to look/add more debug logs in the code to figure out what's happening? We use mpm worker threads. I

Re: response handling inside ap_hook_create_request cb function

2013-09-27 Thread Pon Umapathy Kailash S
is the entity that then decides on whether an when connections are closed or kept alive. Best regards, Robert 2013/9/27 Pon Umapathy Kailash S pon.umapa...@gmail.com Hi, Here is a quick background on what I am trying to do(basically adding support for websockets - in a slightly customised manner

Re: response handling inside ap_hook_create_request cb function

2013-09-27 Thread Pon Umapathy Kailash S
, Robert 2013/9/27 Pon Umapathy Kailash S pon.umapa...@gmail.com Thanks for your response, Robert. This sounds workable(with some modifications for my use-case). Can you please clarify regarding a few of these points? These are converted to HTTP and then passed on, the HTTP response

Re: response handling inside ap_hook_create_request cb function

2013-09-27 Thread Pon Umapathy Kailash S
Thanks Sorin. I'll check this up as well. On Fri, Sep 27, 2013 at 3:10 PM, Sorin Manolache sor...@gmail.com wrote: On 2013-09-27 11:11, Pon Umapathy Kailash S wrote: Thanks for your response, Sorin. My concern in this approach is that - it would require one worker thread to be held up

response handling inside ap_hook_create_request cb function

2013-09-26 Thread Pon Umapathy Kailash S
Hi, Here is a quick background on what I am trying to do(basically adding support for websockets - in a slightly customised manner as needed for my app): - Handle the initial handshake inside a cb function registered as a handler hook(from here, I compute checksums required and return the