#!/bin/sh

ServerRoot=@CortlandSRCDIR@
[ -f $ServerRoot/run/apache2.pid ] && kill `cat $ServerRoot/run/apache2.pid`


