apache2_switch_mpm: MPM prefork not found
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php-apcu (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Problem
Error thrown, when trying to install "apache2 libapache2-
Ubuntu version: Ubuntu 14.04.5 LTS
php-apcu version: 5.1.17+
Steps to Reproduce
- Install docker
- Create Dockerfile
FROM ubuntu:trusty
ARG DEBIAN_
RUN apt-get -qq update
RUN apt-get install -y software-
RUN LC_ALL=en_US.UTF-8 apt-add-repository -y ppa:ondrej/php
RUN apt-get -qq update
RUN apt-get -y install \
apache2 \
libapache2
php7.0 \
php-apcu
- Run "docker build ."
Expected Result
No error
Actual Result
Error thrown
No module matches
apache2_switch_mpm: MPM prefork not found
libapache2-