Re: apache2 changing from mpm_prefork to mpm_event

2018-08-16 Thread Jarosław Kłopotek - INTERDUO
So the error message is impropper ;-) Thanks for the anwer. W dniu 16.08.2018 o 09:06, Jens Sauer pisze: There is no workaround. mpm_event and php as a mod are incompatible. You can of course use php-fpm with mpm_event. Jarosław Kłopotek - INTERDUO > schrieb am Do., 1

Re: apache2 changing from mpm_prefork to mpm_event

2018-08-16 Thread Jens Sauer
There is no workaround. mpm_event and php as a mod are incompatible. You can of course use php-fpm with mpm_event. Jarosław Kłopotek - INTERDUO schrieb am Do., 16. Aug. 2018, 08:56: > I've got apache2 with mpm_prefork. I would like to change that to > mpm_event so I do: > > root@ht2:~# a2dismo

apache2 changing from mpm_prefork to mpm_event

2018-08-15 Thread Jarosław Kłopotek - INTERDUO
I've got apache2 with mpm_prefork. I would like to change that to mpm_event so I do: root@ht2:~# a2dismod mpm_prefork ERROR: The following modules depend on mpm_prefork and need to be disabled first: php7.2 That's ok I will disable this module also temporary. root@ht2:~# a2dismod php7.2 mpm_

apache2 changing from mpm_prefork to mpm_event

2018-08-15 Thread Jarosław Kłopotek - INTERDUO
I've got apache2 with mpm_prefork. I would like to change that to mpm_event so I do: root@ht2:~# a2dismod mpm_prefork ERROR: The following modules depend on mpm_prefork and need to be disabled first: php7.2 That's ok I will disable this module also temporary. root@ht2:~# a2dismod php7.2 mpm_