--- support/apachectl.in.orig Mon Apr 18 13:54:25 2005 +++ support/apachectl.in Mon Apr 18 13:55:13 2005 @@ -65,6 +65,11 @@ # -------------------- -------------------- # |||||||||||||||||||| END CONFIGURATION SECTION |||||||||||||||||||| +# Default the config file location for the VDT +if echo $ARGV | grep -v -- -f - ; then + ARGV="$ARGV -f $VDT_LOCATION/apache/conf/httpd.conf" +fi + # Set the maximum number of file descriptors allowed per child process. if [ "x$ULIMIT_MAX_FILES" != "x" ] ; then $ULIMIT_MAX_FILES @@ -75,7 +80,7 @@ ARGV="-h" fi -case $ARGV in +case $1 in start|stop|restart|graceful|graceful-stop) $HTTPD -k $ARGV ERROR=$?