#!/bin/sh
#
# (Re)start the local web server

/usr/local/apache/bin/apachectl restart
