diff options
author | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:38:35 +0200 |
---|---|---|
committer | Nicolas Lécureuil <neoclust@mageia.org> | 2017-04-07 22:38:35 +0200 |
commit | 77de7d42b1e07df0b638d8d838760721abbfbf6a (patch) | |
tree | fb14c0329de0f562d7e3103acb4d4a5439e0fabc /modules/bugzilla-dev/templates | |
parent | f063fba17d398797433d6614d103d29ebf268a1e (diff) | |
download | puppet-77de7d42b1e07df0b638d8d838760721abbfbf6a.tar puppet-77de7d42b1e07df0b638d8d838760721abbfbf6a.tar.gz puppet-77de7d42b1e07df0b638d8d838760721abbfbf6a.tar.bz2 puppet-77de7d42b1e07df0b638d8d838760721abbfbf6a.tar.xz puppet-77de7d42b1e07df0b638d8d838760721abbfbf6a.zip |
Fix apache file
Diffstat (limited to 'modules/bugzilla-dev/templates')
-rwxr-xr-x | modules/bugzilla-dev/templates/webapp_bugzilla.conf | 17 |
1 files changed, 4 insertions, 13 deletions
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" %> <Directory /usr/share/bugzilla/> - <IfModule mod_authz_core.c> - # Apache 2.4 - Require all granted - </IfModule> - <IfModule !mod_authz_core.c> - # Apache 2.2 - Order allow,deny - Allow from all - </IfModule> - AllowOverride Limit FileInfo Indexes Options - - Options ExecCGI - DirectoryIndex index.cgi + AddHandler cgi-script .cgi + Options +ExecCGI +FollowSymLinks + DirectoryIndex index.cgi index.html + AllowOverride All </Directory> # The duplicates.rdf must be accessible, as it is used by |