kyrofa / owncloud-snap

ownCloud packaged as a .snap for Ubuntu Core.
GNU General Public License v3.0
11 stars 4 forks source link

Force mpm_event mode in Apache #27

Closed oparoz closed 8 years ago

oparoz commented 8 years ago

Add --with-mpm=event to the configure script in x-apache.py https://github.com/kyrofa/owncloud-snap/blob/master/parts/plugins/x-apache.py#L188

Note: Do not load the module!

Part of

https://github.com/kyrofa/owncloud-snap/issues/16

Requires

oparoz commented 8 years ago

@jospoortvliet

oparoz commented 8 years ago

As mentioned here: https://github.com/kyrofa/owncloud-snap/pull/23#issuecomment-205228008 PHP-FPM and mpm_event go hand in hand