#!/bin/sh
#----------------------------------------------------------------------
# copyright (C) 1999-2003 Mitel Networks Corporation
#----------------------------------------------------------------------
                                                                                     
config=/etc/httpd/conf/httpd.conf
                                                                                     
[ -e $config ] || exit 1
                                                                                     
exec /usr/sbin/httpd -f $config -F 2>&1
