1. Apache 2.4 installation on CentOS 6.6

    It turns out that installing Apache 2.4 on CentOS 6.6 is a bit of a pain.

    These are the notes I compiled after a lot of effort and many Google searches :) Scroll to the bottom for the sources!

    Install the Development tools and dependencies:

    yum groupinstall Development tools …

  2. Basic WordPress setup on FreeBSD 9.1

    WordPress needs no introduction.

    It's simply the most popular blogging software at the moment.

    Here's how I got it installed on FreeBSD 9.1

    Requirements:

    • FreeBSD ports
    • Some understanding of MySQL (create a database and a user, although it's also outlined here)

    Brief outline of the procedure: 1. Install packages …


  3. Apache 1.3 on FreeBSD

    In this post we'll start going into the famous Apache web server.

    Some prerequisites:

    Make sure that you have set up your VirtualBox to use 'Bridged Adapter' for your network adapter. In case you don't know how to do this, look in my tutorial for a step by step guide …


  4. Apache 1.3 SSL (OpenSSL)

    In my last tutorial I went over a basic installation of Apache on FreeBSD – of course :).

    In this one, I'm going to go over enabling SSL for Apache.

    Prerequisites are of course that you have already installed Apache from ports (/usr/ports/www/apache13-modssl).

    So let's start!

    1. Boot the …


Page 1 / 1