#!/bin/bash

[ -n "${DEBUG:+1}" ] && set -x

exec /usr/sbin/apachectl -D FOREGROUND
