15

Apr/13

Apache Error: Invalid method in request /x16/x03/x01

The error relates to the SSL certificates defined in one of the site configuration. In my case the certificates were missing from the server so the error appear on the webpage when any users tried to access the page.

11

Feb/13

IaaS Or VPS Part 2 – Setup And Install

Overview Part 1 described the reasoning and setup behind the comparison. In this post I will go through the implementation of AWS and the final comparison of IaaS Vs. VPS Setup EC2 Setting up an EC2 and RDS instance was … Continue reading

24

Oct/12

Apache 2 Error “(98)Address already in use”

Overview I performed a reboot of my server running Apache 2 with SSL and found the sites were not loading when it came back up. Once the server was backup I assumed Apache had already started but none of the … Continue reading

22

Mar/11

Create And Enable SSL On Ubuntu LAMP Server

Introduction SSL is used to encrypt data between the client e.g a user viewing a website to the web server which hosts the site. SSL uses certificates which are signed and verify the validity of a website. Like any vendor … Continue reading

31

Jan/10

Enable SFTP On VSFTPD In Ubuntu

Enabling SFTP is very easy and makes FTP protocol a lot more secure than traditional FTP because passwords are not sent in plain text which is susceptible to a lot of things such as packet sniffers, man-in-the-middle, etc. Assuming VSFTPD … Continue reading