#!/bin/bash
echo "starting server..."
/usr/sbin/apache2 -D FOREGROUND
