ACC SHELL

Path : /usr/share/apache2/
File Upload :
Current File : //usr/share/apache2/load_configuration

#!/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

ACC SHELL 2018