[bugzilla] Update httpd configuration file

Emmanuel Seyman eseyman at fedoraproject.org
Tue Feb 5 22:49:49 UTC 2013


commit f0605027b6bfc011950f6538ba0c15b54e673784
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Tue Feb 5 23:49:33 2013 +0100

    Update httpd configuration file

 bugzilla-httpd-conf |    7 ++++++-
 bugzilla.spec       |    6 +++++-
 2 files changed, 11 insertions(+), 2 deletions(-)
---
diff --git a/bugzilla-httpd-conf b/bugzilla-httpd-conf
index be0987f..08f284a 100644
--- a/bugzilla-httpd-conf
+++ b/bugzilla-httpd-conf
@@ -2,10 +2,15 @@ Alias /var/lib/bugzilla/data/webdot /var/lib/bugzilla/data/webdot
 Alias /bugzilla /usr/share/bugzilla
 
 <Directory /usr/share/bugzilla>
+
+  <IfModule mod_authz_core.c>
+    Require local
+  </IfModule>
+
   AddHandler cgi-script .cgi
   Options +Indexes +ExecCGI +FollowSymLinks
   DirectoryIndex index.cgi index.html
-  AllowOverride Limit Options FileInfo
+  AllowOverride Limit Options FileInfo Indexes
   AddType application/vnd.mozilla.xul+xml .xul
   AddType application/rdf+xml .rdf
 </Directory>
diff --git a/bugzilla.spec b/bugzilla.spec
index 1fd56e7..4a612cd 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 4.2.4
 Group: Applications/Publishing
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: MPLv1.1
 Source0: http://ftp.mozilla.org/pub/mozilla.org/webtools/bugzilla-%{version}.tar.gz
 Source1: bugzilla-httpd-conf
@@ -216,6 +216,10 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl
 
 %changelog
+* Tue Feb 05 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.4-2
+- Update httpd configuration file for Apache 2.4
+- Update httpd configuration file for the upcoming bugzilla 4.4
+
 * Wed Nov 14 2012 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.4-1
 - Update to 4.2.4
 - Remove the defattr and clean macros (no longer used)


More information about the scm-commits mailing list