#!/bin/bash : ${sysconfig_apache:=/etc/sysconfig/apache2} # # load the configuration, but only if it hasn't been done already # if [ -z "$APACHE_MODULES" ]; then . $sysconfig_apache fi