1. purefan@purefan-desktop:~$ sudo apt-get install apache2-mpm-worker
  2. Reading package lists... Done
  3. Building dependency tree
  4. Reading state information... Done
  5. The following packages will be REMOVED:
  6. apache2-mpm-prefork libapache2-mod-php5
  7. The following NEW packages will be installed:
  8. apache2-mpm-worker
  9. 0 upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
  10. Need to get 0B/2,372B of archives.
  11. After this operation, 7,741kB disk space will be freed.
  12. Do you want to continue [Y/n]? Y
  13. (Reading database ... 136864 files and directories currently installed.)
  14. Removing libapache2-mod-php5 ...
  15. Module php5 disabled.
  16. Run '/etc/init.d/apache2 restart' to activate new configuration!
  17. dpkg: apache2-mpm-prefork: dependency problems, but removing anyway as you requested:
  18. apache2 depends on apache2-mpm-worker (= 2.2.14-5ubuntu8.3) | apache2-mpm-prefork (= 2.2.14-5ubuntu8.3) | apache2-mpm-event (= 2.2.14-5ubuntu8.3) | apache2-mpm-itk (= 2.2.14-5ubuntu8.3); however:
  19. Package apache2-mpm-worker is not installed.
  20. Package apache2-mpm-prefork is to be removed.
  21. Package apache2-mpm-event is not installed.
  22. Package apache2-mpm-itk is not installed.
  23. Removing apache2-mpm-prefork ...
  24. * Stopping web server apache2
  25. apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  26. ... waiting [ OK ]
  27. Selecting previously deselected package apache2-mpm-worker.
  28. (Reading database ... 136853 files and directories currently installed.)
  29. Unpacking apache2-mpm-worker (from .../apache2-mpm-worker_2.2.14-5ubuntu8.3_i386.deb) ...
  30. Setting up apache2-mpm-worker (2.2.14-5ubuntu8.3) ...
  31. * Starting web server apache2
  32. apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.1.1 for ServerName
  33. [ OK ]