[bugzilla/f18] Make bugzilla accessible from everywhere by default

Emmanuel Seyman eseyman at fedoraproject.org
Sun Aug 4 14:22:27 UTC 2013


commit a146a5e3a5834f27a3daed3d431067e32e48413b
Author: Emmanuel Seyman <emmanuel at seyman.fr>
Date:   Sun Aug 4 16:22:11 2013 +0200

    Make bugzilla accessible from everywhere by default

 bugzilla-httpd-conf |    5 ++++-
 bugzilla.spec       |    5 ++++-
 2 files changed, 8 insertions(+), 2 deletions(-)
---
diff --git a/bugzilla-httpd-conf b/bugzilla-httpd-conf
index 9193e44..9d0d97b 100644
--- a/bugzilla-httpd-conf
+++ b/bugzilla-httpd-conf
@@ -4,7 +4,10 @@ Alias /bugzilla /usr/share/bugzilla
 <Directory /usr/share/bugzilla>
 
   <IfModule mod_authz_core.c>
-    Require local
+    # Bugzilla will be accessible to all machines in your network
+    # Replace with "Require local" if you want access to be restricted
+    # to this machine.
+    Require all granted
   </IfModule>
 
   AddHandler cgi-script .cgi
diff --git a/bugzilla.spec b/bugzilla.spec
index 4efebe3..3a4d90f 100644
--- a/bugzilla.spec
+++ b/bugzilla.spec
@@ -6,7 +6,7 @@ URL: http://www.bugzilla.org/
 Name: bugzilla
 Version: 4.2.6
 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
@@ -220,6 +220,9 @@ popd > /dev/null)
 %{bzinstallprefix}/bugzilla/contrib/syncLDAP.pl
 
 %changelog
+* Sun Aug 04 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.6-2
+- Change apache conf to enable access to all machines
+
 * Sun May 26 2013 Emmanuel Seyman <emmanuel at seyman.fr> - 4.2.6-1
 - Update to 4.2.6
 


More information about the scm-commits mailing list