Skip to content
This repository has been archived by the owner on Mar 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #45 from fbergkemper/master
Browse files Browse the repository at this point in the history
config fix
  • Loading branch information
frabdev committed Sep 5, 2014
2 parents ef90004 + 95563ce commit 390e9e2
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions install/apache/bareos-webui.conf
Expand Up @@ -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
<Directory /usr/share/bareos-webui/public>
Expand Down

0 comments on commit 390e9e2

Please sign in to comment.