[rt3/f17: 7/7] Merge cleanup.

corsepiu corsepiu at fedoraproject.org
Fri Feb 22 14:57:42 UTC 2013


commit af68ed3f0b65fdc699ff9b900862bb2f89fec50a
Author: Ralf Corsépius <corsepiu at fedoraproject.org>
Date:   Fri Feb 22 15:54:10 2013 +0100

    Merge cleanup.

 rt3.conf.in |    9 +--------
 rt3.spec    |    3 ---
 2 files changed, 1 insertions(+), 11 deletions(-)
---
diff --git a/rt3.conf.in b/rt3.conf.in
index a6f0129..27a4600 100644
--- a/rt3.conf.in
+++ b/rt3.conf.in
@@ -3,15 +3,8 @@ Alias /rt3 "@RT3_WWWDIR@"
 PerlRequire @RT3_BINDIR@/webmux.pl
 
 <Directory "@RT3_WWWDIR@">
+  AllowOverride All
   Options ExecCGI FollowSymLinks
-  <IfModule mod_authz_core.c>
-    # Apache 2.4
-    Require all granted
-  </IfModule>
-  <IfModule !mod_authz_core.c>
-    # Apache 2.2
-    AllowOverride All
-  </IfModule>
 
   RewriteEngine On
   RedirectMatch permanent (.*)/$ $1/index.html
diff --git a/rt3.spec b/rt3.spec
index db3f7ce..2d904a6 100644
--- a/rt3.spec
+++ b/rt3.spec
@@ -521,9 +521,6 @@ fi
 - Add rt-3.8.16-pod2man.diff (work around F19's pod2man having become
   intolerant) (Fix Fedora_19_Mass_Rebuild FTBFS).
 
-* Sat Dec 29 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.15-3
-- Add mod_authz_core.c support to rt3.conf.
-
 * Sat Dec 22 2012 Ralf Corsépius <corsepiu at fedoraproject.org> - 3.8.15-2
 - Update README.fedora to use systemctl instead of /sbin/service.
 - Rework man-page processing.



More information about the perl-devel mailing list