Skip to content

Ye Olde Apache

It’s official, nginx is a heap of donkey dung. I replaced it with ye olde apache:

sudo service nginx stop
sudo apt-get -y purge nginx
sudo apt-get -y install apache2 apachetop libapache2-mod-php5
sudo apt-get -y autoremove
sudo service apache2 restart

AND DONE!

2 thoughts on “Ye Olde Apache”

  1. I’d be interested to hear what makes you say that. I run a couple of (smallish) websites, some with apache, some with nginx and I’ve been considering migrating the apache ones to nginx too. It’d be nice to know what problems caused you to make the opposite migration.

Leave a Reply