libapache2-mod-php5 versus apache2-mpm-worker
Rigved Rakshit
r.phate at gmail.com
Tue Nov 13 07:35:52 UTC 2012
>
> apache2-mpm-prefork : Conflicts: apache2-mpm which is a virtual package.
> apache2-mpm-worker : Conflicts: apache2-mpm which is a virtual package.
>
Prefork version of apache2 uses the traditional non-threaded model whereas
the worker version of apache2 uses the threaded model. Both cannot exist on
a Ubuntu system at the same time. This is because both these packages
provide the same-named files (libraries, binaries etc.), thereby creating a
conflict.
> The following actions will resolve these dependencies:
>
> Remove the following packages:
> 1) apache2-mpm-worker
>
The package: libapache2-mod-php5 is created to work with the traditional
non-threaded version of apache2. This is the reason that you must remove
the package: apache2-mpm-worker and install the package:
apache2-mpm-prefork.
The following command should help you to resolve this issue:
sudo apt-get install -f libapache2-mod-php5
Regards,
Rigved
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20121113/bd3498ae/attachment.html>
More information about the ubuntu-users
mailing list