Re: svn commit: r545379 - in /httpd/httpd/trunk: CHANGES modules/ssl/config.m4 modules/ssl/ssl_engine_config.c modules/ssl/ssl_private.h modules/ssl/ssl_scache.c modules/ssl/ssl_scache_memcache.c

2007-06-08 Thread Ruediger Pluem
On 06/08/2007 04:48 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Jun 7 19:48:04 2007 New Revision: 545379 URL: http://svn.apache.org/viewvc?view=revrev=545379 Log: Add support for distributed caching of SSL Sessions inside memcached, using apr_memcache, which is present in

Re: svn commit: r545385 - /httpd/httpd/trunk/modules/ssl/ssl_scache_memcache.c

2007-06-08 Thread Ruediger Pluem
On 06/08/2007 05:17 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Jun 7 20:17:41 2007 New Revision: 545385 URL: http://svn.apache.org/viewvc?view=revrev=545385 Log: Use the absolute timeout, as provided by mod_ssl, rather than trying to calculate a relative timeout. (which

Re: ProxyTimeout does not work as documented

2007-06-08 Thread Jean-Frederic
On Tue, 2007-05-22 at 10:07 -0400, Jim Jagielski wrote: On May 21, 2007, at 5:30 PM, Ruediger Pluem wrote: On 05/21/2007 02:44 PM, Jim Jagielski wrote: The logic should be: 1. If a per-worker value is set, use that. 2. If not, then if a ProxyTimeout value is set, use that.

Re: ProxyTimeout does not work as documented

2007-06-08 Thread Register Team NI
Dear customer, Thank you for your message. Due to the extraordinarily large number of e-mails that we are currently receiving, it might take us up to several days to reply to your request. We thank you for your patience and understanding, and will get back to you as soon as possible. With kind

AW: ProxyTimeout does not work as documented

2007-06-08 Thread Plüm , Rüdiger , VF-Group
-Ursprüngliche Nachricht- Von: Jean-Frederic Gesendet: Freitag, 8. Juni 2007 13:16 An: dev@httpd.apache.org Betreff: Re: ProxyTimeout does not work as documented On Tue, 2007-05-22 at 10:07 -0400, Jim Jagielski wrote: On May 21, 2007, at 5:30 PM, Ruediger Pluem wrote:

Re: svn commit: r545379 - in /httpd/httpd/trunk: CHANGES modules/ssl/config.m4 modules/ssl/ssl_engine_config.c modules/ssl/ssl_private.h modules/ssl/ssl_scache.c modules/ssl/ssl_scache_memcache.c

2007-06-08 Thread Paul Querna
Ruediger Pluem wrote: On 06/08/2007 04:48 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Jun 7 19:48:04 2007 New Revision: 545379 +SSL_SESSION *ssl_scache_mc_retrieve(server_rec *s, UCHAR *id, int idlen) +{ +SSL_SESSION *pSession; +MODSSL_D2I_SSL_SESSION_CONST

Re: svn commit: r545385 - /httpd/httpd/trunk/modules/ssl/ssl_scache_memcache.c

2007-06-08 Thread Paul Querna
Ruediger Pluem wrote: On 06/08/2007 05:17 AM, [EMAIL PROTECTED] wrote: Author: pquerna Date: Thu Jun 7 20:17:41 2007 New Revision: 545385 URL: http://svn.apache.org/viewvc?view=revrev=545385 Log: Use the absolute timeout, as provided by mod_ssl, rather than trying to calculate a

APR::Request::Param charset and UTF-8 flag

2007-06-08 Thread John ORourke
Hi folks, I'm not sure if this is a bug and I'm new to the list so please forgive any bad form. I'm trying to use APR::Request::Param-charset(8) but it doesn't seem to be setting perl's UTF-8 flag as the documentation says it should. Here's the code: sub handler { my $r=shift; $query =

Re: APR::Request::Param charset and UTF-8 flag

2007-06-08 Thread Joe Schaefer
John ORourke [EMAIL PROTECTED] writes: I'm trying to use APR::Request::Param-charset(8) but it doesn't seem to be setting perl's UTF-8 flag as the documentation says it should. Check the docs again- first you have to disable tainting by calling $param-is_tainted(0); for the utf-8 flag to