#!/bin/sh
# $Id: restartapache,v 1.1.1.1 2003/07/17 15:15:48 will Exp $
#
# signal apache to reload it's configuration files.

/etc/httpd/conf/conf_assemble > /dev/null
/etc/rc.d/init.d/httpd restart > /dev/null

# what if i just don't?
# /etc/rc.d/init.d/admserv restart >> /tmp/httpd.restart

echo BYE SUCCESS
#cat > /dev/null
