ahbcorn

ahbcorn

Install ubuntu server (last time: 14.04.1)
Install bootstrp
    cd
    wget http://www.rawbw.com/~acorn/bootstrap.bash
    bash ./bootstrap.bash

Restore backup to /usr/local/old_bcorn_backup
Restore these files:
    /etc/apache2/sites-available/bcorn.conf        # may be called default
    /etc/apache2/sites-available/bcorn-ssl.conf    # may be called default-ssl
do
    cd /etc/apache2/sites-enabled
    ln -s ../sites-available/bcorn.conf 000-bcorn.conf
    ln -s ../sites-available/bcorn-ssl.conf 001-bcorn-ssl.conf
copy symlinks from backup: symlinks from mods-enabled to mods-available
do
    sudo apt-get install apache2-suexec
    sudo service apache2 restart

try
    http://bcorn.com/~acorn  -- working
    http://bcorn.com/        -- not working yet