startApache="/usr/local/apache2/bin/apachectl start" if [ -f "$startApache" ] ; then . $startApache fi
action=start apache="/usr/local/apache2/bin/apachectl" if [ -f "$apache" ] ; then . $apache $action fi