Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@dass-it.de>2014-09-11 19:13:17 +0400
committerFrank Bergkemper <frank.bergkemper@dass-it.de>2015-02-27 19:40:18 +0300
commit1184a7ab94834f87a86a862e025445067a242a24 (patch)
tree5f69a83a1f71b287915debbd82678bcafb291a06
parente4bc10a2283edfa1ac140ec26b5361703df77220 (diff)
quick fix
-rw-r--r--install/apache/bareos-webui.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/install/apache/bareos-webui.conf b/install/apache/bareos-webui.conf
index 9821c2f..3b81ee2 100644
--- a/install/apache/bareos-webui.conf
+++ b/install/apache/bareos-webui.conf
@@ -16,9 +16,9 @@
#SetEnv "APPLICATION_ENV" "development"
SetEnv "APPLICATION_ENV" "production"
-# Environment Variable for Zend Framwework 2
+# Environment Variable for Zend Framwework 2 Debian
#SetEnv "ZF2_PATH" "/usr/share/php"
-SetEnv "ZF2_PATH" "/usr/share/php5"
+#SetEnv "ZF2_PATH" "/usr/share/php5"
Alias /bareos-webui /usr/share/bareos-webui/public
<Directory /usr/share/bareos-webui/public>