You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Stefan Eissing <st...@greenbytes.de> on 2015/10/20 18:14:30 UTC

master connections

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

Re: master connections

Posted by Graham Leggett <mi...@sharp.fm>.
On 20 Oct 2015, at 6:14 PM, Stefan Eissing <st...@greenbytes.de> 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
—