https://issues.apache.org/bugzilla/show_bug.cgi?id=55468
Glen Miner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED --- Comment #9 from Glen Miner <[email protected]> --- 2.4.10 is included with Ubuntu utopic -- for posterity this is how we got our Ubuntu 14.04 LTS to upgrade just apache to get around this. sudo vi /etc/apt/sources.list Add these lines: deb http://us.archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ utopic main restricted universe multiverse sudo vi /etc/apt/preferences Add these lines: Package: apache2* Pin: release n=utopic Pin-Priority: 999 Package: * Pin: release a=utopic Pin-Priority: -10 sudo apt-get update sudo apt-get dist-upgrade -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
