.htaccess Guide Overview An .htaccess file contains directives that the web server will apply to a collection of resources before a page...
Django quickstart Overview Django is a web framework based on Python. Python is available on all packages, and a Django application...
Installing Express Overview Express is a Node.js framework inspired by Sinatra for Ruby: it’s based on minimalism with a penchant for performance....
Installing Ghost Overview Ghost is a gorgeous blogging platform supported on Developer+ accounts on v6+ platforms. Ghost requires terminal access to deploy...
Mail filtering Overview Message filtering is done prior to delivery via maildrop. Each message goes through two levels of filters: (1) global...
Permissions overview Every file is made up of a permission set. These permissions consists of 3 sets of 3 bits for a total...
Redirects with mod_rewrite Overview A redirect changes the URL, in browser, from one URL to another. A variety of redirect codes exist to...
Running Memcached Overview Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls,...
Running Meteor Overview Meteor is a web framework written on top of Node.js. Meteor hooks into Passenger for seamless process launching and flexible,...
Running MongoDB Overview MongoDB is fast, document-oriented NoSQL server. It’s complementary to key-value cache stores like Redis or Memcached and is suitable when necessary....