Disclaimer: My Linux skills are 2 out of 10 so go easy on me.
Having said that, I have an Ubuntu 12.04 LTS box where I installed apache 2.2 and php 5.3.10 using apt-get. The issue that I have is that the owner of the box needs Apache to be at least 2.4 and PHP to be above version 4. It can be 4.x or 5.x. I added ppa: ondrej/php5 and was able to install both Apache 2.4.4 and PHP 5.4.17. The problem is that PHP broke because
libapache2-mod-php5 was removed as apart of the upgrade. I haven't bee able to figure out how to add this module.
My question is, is there a fairly simple way to fix this? I found references to more updates version of this but got lost in all the compiling jargon.
Edit: This is the issue I'm seeing:
http://ubuntuforums.org/showthread.php?t=2162767