Category: Webservers

HTTP Status Codes [cheat sheet]

    Someone (sorry, can’t remember where and by who) posted this image which is pretty short, sweet and self-explanatory.           For those of us who want’s a bit more information about the different status codes…

Install PositiveSSL for the VestaCP login page

VestaCP

Some of you don’t know this but I run Freecpanelsharedhosting.com as a project for Lowendspirit.com and have a successful cPanel server in Miami, Florida. After talking with Anthony (owner of Inception Hosting) we mutually decided to expand to the Netherlands, this time using…

Install VestaCP , Alternative to Virtualmin

VestaCP

VestaCP is another control panel for your VPS , It’s lightweight and user friendly to handle.  Minimum requirements are CPU: 768Mhz Ram: 512M HDD: 20Gb OS: RHEL/CentOS 5,6 Features in VestaCP Web Server DNS server Database Server Mail Server FTP Server…

How to Setup ownCloud on Ubuntu

ownCloud is a simple tool to manage your data on your VPS. We all have used Dropbox , Box or Mediafire to store and share our data with our friends, family and with our colleagues. But they all have storage…

Nginx – IP based access control

Introduction Nginx comes with a nifty module that allows us to allow or deny access to directories served by the webserver. The module is named ngx_http_access_module to allow or deny access to IP address. The syntax can look as follows:…