Merely installing PHP5 causes my AWS Ubuntu server to die minutes later from a massive CPU spike
- by Mark Amery
I have an AWS server with Ubuntu 11.04 as the OS that is running an Apache2 webserver (incidentally Python-based and using Django).
We recently needed to add support for php5 to let us use a third party PHP library (incidentally for serving minified versions of js and css files).
However, for no reason any of us can discern, if we simply run
…