Compiling Apache 2.4 on Ubuntu 12.04

I've decided that I need to up my game when it comes to webservers. However I'm not yet ready to switch to Nginx or one of the other webservers out in the wild as I need something up and running rapidly. Granted the numbers are definitely against Apache in a lot of benchmarks but historically … Continue reading Compiling Apache 2.4 on Ubuntu 12.04

Compiling PHP 5.4 on Ubuntu 12.04

So recently I've been working with PHP 5.4 a LOT. Unfortunately Ubuntu (my main dev environment) is behind the times. So I'm resorting to compiling PHP manually. Not a daunting as it may first appear. The really tricky part is working out your dependencies and `configure` script. Hence the reason for this post as a … Continue reading Compiling PHP 5.4 on Ubuntu 12.04