> Am 20.09.2017 um 12:33 schrieb Yann Ylavic <ylavic....@gmail.com>:
> 
> On Wed, Sep 20, 2017 at 12:09 PM, Stefan Eissing
> <stefan.eiss...@greenbytes.de> wrote:
>> 
>> Is there some better way?
> 
> I would go with the usual/unconditional per server config (and hence
> merging), trade simplicity vs a few memory space...

Not sure I get your dift here.

server/config.c calls merge_server_configs() for each non-base server_rec
and that one copies the config pointer from base if the vhost has none. 
if there is one, it merges.

Now, are you speaking of changing that for all modules? Add a flag to "struct 
module"
or solve it in mod_ssl post_config?

Cheers,
Stefan


> Regards,
> Yann.

Reply via email to