#!/bin/sh

which a2enmod && a2enmod setenv 2> /dev/null || true
which a2enconf && a2enconf zend-framework2.conf || true

