Re: master connections

2015-10-20 Thread Graham Leggett
On 20 Oct 2015, at 6:14 PM, Stefan Eissing  wrote:

> In /trunk we have the master connection member of conn_rec which we cannot 
> backport to 2.4.x - as I understand.

We can do, as long as the value goes at the very end of the struct, and we have 
a minor MMN bump in ap_mmn.h.

Regards,
Graham
—



master connections

2015-10-20 Thread Stefan Eissing
In /trunk we have the master connection member of conn_rec which we cannot 
backport to 2.4.x - as I understand.

Question: can I use a conn_rec->notes entry to hold the master conn_rec of a 
2.4.x slave connection? Or is there some better way to do this?

Background: I would like to add master connection handling for SSL var lookups 
and stop brutal-inheriting the mod_ssl config onto slave connections (which is 
dangerous and a hack).

Thoughts?

//Stefan