[Buildroot] [PATCH v2,1/4] apache: add customization of MPM

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Mon Sep 12 21:15:00 UTC 2016


Hello,

On Mon, 12 Sep 2016 00:26:05 +0200, Fabrice Fontaine wrote:

> +ifeq ($(BR2_PACKAGE_APACHE_MPM_EVENT),y)
> +APACHE_MPM = event
> +else ifeq ($(BR2_PACKAGE_APACHE_MPM_PREFORK),y)
> +APACHE_MPM = prefork
> +else

I've changed this to:

else ifeq ($(BR2_PACKAGE_APACHE_MPM_WORKER),y)

just for the sake of consistency. And then I've applied your patch.
Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux and Kernel engineering
http://free-electrons.com



More information about the buildroot mailing list