Maintenance in progress (sigh)

Turns out my VPS provider has had a major outage, which bodes pretty badly considering it’s my first month with them.  Service has been out for 24 hours now, with no real updates or any end in site.  This comes off the back of a week’s worth of random small outages and severe packet loss.

Read More

Protecting Apache with an nginx Reverse Proxy

Nginx is a multi-purpose web server / reverse proxy which is commonly used to front busy websites.  It can also be used in reverse proxy mode to help secure websites from unexpected vulnerabilities.  It also allows you to do some pretty cool stuff with redirection and can serve up content all on its own.  In this example, we’ll just be using nginx to protect specific content.

Read More

Remote backing up a Linux host over the ‘net with BackupPC

I’ve recently moved my blog across to a VPS service.  A VPS is akin to a chroot jail, where you have your own server, but you’re running a common Linux kernel.  This also means you don’t really have your own filesystem - so for the sakes of paranoia I don’t want the VPS to have any privileged data on it, and I don’t want the VPS to be able to remote back into my main infrastructure to back itself up.

Read More