Re: Access to request_rec from hooks?

1999-11-20 Thread Ralf S. Engelschall
On Fri, Nov 19, 1999, Eli Marmor wrote: > > > Is there any way to access the current request_rec from hooks like > > > "ap::buff::write", "ap::buff::read"? > > > > Sure, read README.dsov.fig carefully! > > There the internal structure of Apache+mod_ssl+OpenSSL > > is shown in detail. > > > > In

Re: Access to request_rec from hooks?

1999-01-17 Thread Eli Marmor
Ralf S. Engelschall wrote: > > Is there any way to access the current request_rec from hooks like > > "ap::buff::write", "ap::buff::read"? > > Sure, read README.dsov.fig carefully! > There the internal structure of Apache+mod_ssl+OpenSSL > is shown in detail. > > In short: >BUFF => ctx => r

Re: Access to request_rec from hooks?

1999-01-16 Thread Ralf S. Engelschall
On Thu, Nov 18, 1999, Eli Marmor wrote: > Is there any way to access the current request_rec from hooks like > "ap::buff::write", "ap::buff::read"? Sure, read README.dsov.fig carefully! There the internal structure of Apache+mod_ssl+OpenSSL is shown in detail. In short: BUFF => ctx => reque

Access to request_rec from hooks?

1999-01-16 Thread Eli Marmor
Hello, Is there any way to access the current request_rec from hooks like "ap::buff::write", "ap::buff::read"? I thought of a minor patch to Apache to keep request_recs in globals, by some patches to http_request.c and http_main.c. The problem is that I'm not sure what is going under multi-threa