aboutsummaryrefslogtreecommitdiffstats
path: root/community/bareos/apache2-conf.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/bareos/apache2-conf.patch')
-rw-r--r--community/bareos/apache2-conf.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/community/bareos/apache2-conf.patch b/community/bareos/apache2-conf.patch
new file mode 100644
index 00000000000..e037945a44c
--- /dev/null
+++ b/community/bareos/apache2-conf.patch
@@ -0,0 +1,13 @@
+diff --git a/webui/install/apache/bareos-webui.conf b/webui/install/apache/bareos-webui.conf
+index 8539f7a..587321e 100644
+--- a/webui/install/apache/bareos-webui.conf
++++ b/webui/install/apache/bareos-webui.conf
+@@ -2,6 +2,8 @@
+ # Bareos WebUI Apache configuration file
+ #
+
++LoadModule rewrite_module modules/mod_rewrite.so
++
+ # Environment Variable for Application Debugging
+ # Set to "development" to turn on debugging mode or
+ # "production" to turn off debugging mode.