help with hacking the apache 2.2 mod_ssl connection management

2009-01-26 Thread Tanel Unt
Hello. I am a member of the sysadmin team at a large government institution and we're stuck with an uncommon problem regarding secure connection handling in Apache. I would be very grateful if you could spend a few minutes to hear me out. Our applications use apache+mod_ssl as a front-end for

Re: help with hacking the apache 2.2 mod_ssl connection management

2009-01-26 Thread Graham Leggett
Tanel Unt wrote: So far i've learned that i should call /void ssl_scache_remove(server_rec *s, UCHAR *id, int idlen) /in mod_ssl code somehow but i don't know how or when. Extension modules like mod_python etc. won't allow me so a direct hack of apache code is required. The applications can

Re: patch for handling headers_in and headers_out as tables in mod_lua

2009-01-26 Thread Brian McCallister
For anyone following, it has been applied :-) On Thu, Jan 22, 2009 at 4:15 PM, Brian McCallister bri...@skife.org wrote: re-re-nudge :-) On Wed, Jan 14, 2009 at 1:03 PM, Brian McCallister bri...@skife.org wrote: re-nudge :-) On Tue, Jan 13, 2009 at 12:43 AM, Bertrand Mansion

Re: slotmen API thoughts

2009-01-26 Thread Chris Darroch
Jim Jagielski wrote: Work's been incredibly busy, so I haven't had time to do much on the refactoring of slotmem yet... Fair dos; no pressure from here, certainly. Glad to hear work's been busy! :-) Chris. -- GPG Key ID: 366A375B GPG Key Fingerprint: 485E 5041 17E1 E2BB C263 E4DE C8E3

Re: [summary] accept mod_fcgid codebase into httpd project

2009-01-26 Thread Chris Darroch
William A. Rowe, Jr. wrote: sounds great, the form is here; http://svn.apache.org/repos/asf/incubator/public/trunk/site-author/ip-clearance/ip-clearance-template.xml Good god is incubator/public/trunk/ a mess ;-) I've tried to wade through this and the results are here:

Re: [patch] Add IPV6 'specials' flag to mod_rewrite - try 2

2009-01-26 Thread Paul Querna
Ryan Phillips wrote: Thanks for the tips. IN6_IS_ADDR_V4MAPPED is defined in netinet/in.h on unices and APR defines it on windows. I've modified the patch to check for APR_HAVE_IPV6 support and check for APR_HAVE_NETINET_IN_H. Also, this patch will apply to trunk/. needs docs, but committed