diff --git a/install/apache/bareos-webui.conf b/install/apache/bareos-webui.conf index 572a1560..c8cc7c96 100644 --- a/install/apache/bareos-webui.conf +++ b/install/apache/bareos-webui.conf @@ -13,6 +13,9 @@ SetEnv "APPLICATION_ENV" "development" #SetEnv "APPLICATION_ENV" "production" +# Environment Variable for Zend Framwework 2 (Debian) +SetEnv "ZF2_PATH" "/usr/share/php5" + Alias /bareos-webui /usr/share/bareos-webui/public RewriteEngine On