commit 1b22e908e2fdc142365ac3b972482aa34346fb46 Author: Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> Date: Sat Dec 29 14:41:17 2012 +0100 Add mod_authz_core.c support to rt3.conf. rt3.conf.in | 9 ++++++++- rt3.spec | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) --- diff --git a/rt3.conf.in b/rt3.conf.in index 27a4600..a6f0129 100644 --- a/rt3.conf.in +++ b/rt3.conf.in @@ -3,8 +3,15 @@ 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 0aedb2d..c9320b5 100644 --- a/rt3.spec +++ b/rt3.spec @@ -41,7 +41,7 @@ Name: rt3 Version: 3.8.15 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Request tracker 3 Group: Applications/Internet @@ -513,6 +513,9 @@ fi %endif %changelog +* Sat Dec 29 2012 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 3.8.15-3 +- Add mod_authz_core.c support to rt3.conf. + * Sat Dec 22 2012 Ralf Corsépius <corsepiu@xxxxxxxxxxxxxxxxx> - 3.8.15-2 - Update README.fedora to use systemctl instead of /sbin/service. - Rework man-page processing. -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel