#!/bin/bash
# a6.conf - Apache helper configuration
# web configuration
www_confdir="/var/www/mandolincreekfarm/wiki/conf"
# main configuration file that includes individual site configs
main_conf="$www_confdir/apache2.conf"
# name of site config that should be cloned
tmpl='systems'
# name of site config that should be cloned
tmpl_conf="$www_confdir/$tmpl.conf"