Path : /usr/share/apache2/ |
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