From 77de7d42b1e07df0b638d8d838760721abbfbf6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 7 Apr 2017 22:38:35 +0200 Subject: Fix apache file --- modules/bugzilla-dev/templates/webapp_bugzilla.conf | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) (limited to 'modules/bugzilla-dev/templates') diff --git a/modules/bugzilla-dev/templates/webapp_bugzilla.conf b/modules/bugzilla-dev/templates/webapp_bugzilla.conf index b3ec283b..a8f37a00 100755 --- a/modules/bugzilla-dev/templates/webapp_bugzilla.conf +++ b/modules/bugzilla-dev/templates/webapp_bugzilla.conf @@ -3,19 +3,10 @@ path_data_directory = "/var/lib/bugzilla" %> - - # Apache 2.4 - Require all granted - - - # Apache 2.2 - Order allow,deny - Allow from all - - AllowOverride Limit FileInfo Indexes Options - - Options ExecCGI - DirectoryIndex index.cgi + AddHandler cgi-script .cgi + Options +ExecCGI +FollowSymLinks + DirectoryIndex index.cgi index.html + AllowOverride All # The duplicates.rdf must be accessible, as it is used by -- cgit v1.2.1