[mojomojo] update apache configuration for httpd 2.4 (rhbz#871428)

Iain Arnell iarnell at fedoraproject.org
Wed Oct 31 11:06:00 UTC 2012


commit 48bc89d8ea2c01280870a13ae5f6a933c2d8bdc5
Author: Iain Arnell <iarnell at gmail.com>
Date:   Wed Oct 31 05:05:38 2012 -0600

    update apache configuration for httpd 2.4 (rhbz#871428)

 mojomojo-httpd.conf |    3 +--
 mojomojo.spec       |    5 ++++-
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/mojomojo-httpd.conf b/mojomojo-httpd.conf
index c88ca20..36a7114 100644
--- a/mojomojo-httpd.conf
+++ b/mojomojo-httpd.conf
@@ -6,8 +6,7 @@ Alias /mojomojo/static/ /usr/share/mojomojo/root/static/
 Alias /mojomojo/ /usr/bin/mojomojo_fastcgi.pl/
 <Location /mojomojo/>
     Options ExecCGI
-    Order allow,deny
-    Allow from all
+    Require all granted
     AddHandler fcgid-script .pl
 </Location>
 
diff --git a/mojomojo.spec b/mojomojo.spec
index 3f1b359..43a0b88 100644
--- a/mojomojo.spec
+++ b/mojomojo.spec
@@ -1,6 +1,6 @@
 Name:           mojomojo
 Version:        1.05
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        A Wiki with a tree
 License:        GPL+ or Artistic
 Group:          Applications/Internet
@@ -283,6 +283,9 @@ CATALYST_CONFIG=t/var/mojomojo.yml make test
 
 
 %changelog
+* Wed Oct 31 2012 Iain Arnell <iarnell at gmail.com> 1.05-5
+- update apache configuration for httpd 2.4 (rhbz#871428)
+
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.05-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 



More information about the perl-devel mailing list