From 13bfe0e80bbc19fa862e1eb7befed52da0c6f499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Thu, 20 Apr 2017 16:40:56 +0200 Subject: bugzilla: Fix apache config file --- modules/bugzilla/templates/webapp_bugzilla.conf | 62 ------------------------- 1 file changed, 62 deletions(-) (limited to 'modules') diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index b68aa200..8c453903 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -9,65 +9,3 @@ path_data_directory = "/usr/share/bugzilla" AllowOverride All -# The duplicates.rdf must be accessible, as it is used by -# duplicates.xul -> - - - # Apache 2.4 - Require all granted - - - # Apache 2.2 - Order allow,deny - Allow from all - - - - -# The png files locally created locally must be accessible -/webdot> - - - # Apache 2.4 - Require all granted - - - # Apache 2.2 - Order allow,deny - Allow from all - - - - -Alias /graphs/ <%= path_data_directory %>/graphs/ -/graphs> - - - # Apache 2.4 - Require all granted - - - # Apache 2.2 - Order allow,deny - Allow from all - - - - -# This should work automatically, but perhaps something -# in our Bugzilla packaging breaks this? -Alias /extensions/Mageia/web/ <%= scope.lookupvar("bugzilla::extension_location") %>/web/ -/web/> - - - # Apache 2.4 - Require all granted - - - # Apache 2.2 - Order allow,deny - Allow from all - - - -- cgit v1.2.1