{
# ProxyPass executes a module which relays requests to another server
# We use it to allow transparent access to the admin instance of the
# web server.
}

ProxyPass /server-brand http://127.0.0.1:980/server-brand/
<Location /server-brand>
    order deny,allow
    deny from all
{
    $OUT .= "    allow from $localAccess\n";
}
</Location>

ProxyPass /e-smith-brand http://127.0.0.1:980/e-smith-brand/
<Location /e-smith-brand>
    order deny,allow
    deny from all
{
    $OUT .= "    allow from $localAccess\n";
}
</Location>
