diff --git a/install/apache/bareos-webui.conf b/install/apache/bareos-webui.conf index c8cc7c96..013feb6e 100644 --- a/install/apache/bareos-webui.conf +++ b/install/apache/bareos-webui.conf @@ -10,11 +10,14 @@ # RewriteLog "/var/log/httpd/mod_rewrite.log" # RewriteLogLevel 3 -SetEnv "APPLICATION_ENV" "development" -#SetEnv "APPLICATION_ENV" "production" - -# Environment Variable for Zend Framwework 2 (Debian) -SetEnv "ZF2_PATH" "/usr/share/php5" +# Environment Variable for Application Debugging +# Set to "development" for to turn on debugging mode or +# "production" to turn of debugging mode. +#SetEnv "APPLICATION_ENV" "development" +SetEnv "APPLICATION_ENV" "production" + +# Environment Variable for Zend Framwework 2 +SetEnv "ZF2_PATH" "/usr/share/php" Alias /bareos-webui /usr/share/bareos-webui/public