#!/bin/bash

set -e

# Start Apache
/usr/sbin/apache2ctl -k start -D FOREGROUND
