I ran into this issue. And it looks my fault for not using a2enmod.

ls -l /etc/apache2/mods-enabled/proxy.load
lrwxrwxrwx 1 root root 38 Nov 11  2014 proxy.load -> 
/etc/apache2/mods-available/proxy.load

This breaks apache2.postinst:

  target=$(readlink "$link") || true
  ...
  if [ ! -e "/etc/apache2/mods-enabled/$target" ] ; then

Replacing the symlink targets with relative paths also works around the
issue.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1564269

Title:
  12.04 -> 14.04 upgrade fails in apache2

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-release-upgrader/+bug/1564269/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to