#!/bin/bash

echo Stopping apache-adm...
/etc/init.d/apache-adm stop
sleep 5
echo Starting apache-adm...
/etc/init.d/apache-adm start
