diff options
author | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 15:50:55 +0000 |
---|---|---|
committer | Dexter Morgan <dmorgan@mageia.org> | 2013-02-20 15:50:55 +0000 |
commit | 0b24e9acf090fe1fa3bc889db97e8e88ce77ffff (patch) | |
tree | e48c778f599759cc9fbe8e7689e453df3f7b5b03 /modules/bugzilla/templates | |
parent | 6015c66aef3799b4cf6fb4ba6d3bf1d9a4e4061b (diff) | |
download | puppet-0b24e9acf090fe1fa3bc889db97e8e88ce77ffff.tar puppet-0b24e9acf090fe1fa3bc889db97e8e88ce77ffff.tar.gz puppet-0b24e9acf090fe1fa3bc889db97e8e88ce77ffff.tar.bz2 puppet-0b24e9acf090fe1fa3bc889db97e8e88ce77ffff.tar.xz puppet-0b24e9acf090fe1fa3bc889db97e8e88ce77ffff.zip |
Fix apache file for new bugzilla
Diffstat (limited to 'modules/bugzilla/templates')
-rw-r--r-- | modules/bugzilla/templates/webapp_bugzilla.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/bugzilla/templates/webapp_bugzilla.conf b/modules/bugzilla/templates/webapp_bugzilla.conf index 16e94168..5db49d50 100644 --- a/modules/bugzilla/templates/webapp_bugzilla.conf +++ b/modules/bugzilla/templates/webapp_bugzilla.conf @@ -5,6 +5,7 @@ path_data_directory = "/var/lib/bugzilla" <Directory /usr/share/bugzilla/www> Order allow,deny Allow from all + AllowOverride Limit FileInfo Indexes Options Options ExecCGI DirectoryIndex index.cgi |