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

Commit

Permalink
config fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fbergkemper committed Feb 27, 2015
1 parent ef90004 commit 7412687
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 7412687

Please sign in to comment.