#!/bin/sh
export TERM=linux
. /etc/rc.conf
. /etc/rc.d/functions
stat_runit "Starting Apache"


exec /usr/local/apache/bin/httpd -DNO_DETACH
