From 70eb6f2b449d4556a4e100861cfaf8faf3e0f8a4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sun, 19 May 2013 18:31:03 +0200 Subject: [PATCH] - migrate to apache 2.4 - rel 2 --- apache-mod_jk.conf | 5 ++--- apache-mod_jk.spec | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/apache-mod_jk.conf b/apache-mod_jk.conf index 6f4c4cd..91c466c 100644 --- a/apache-mod_jk.conf +++ b/apache-mod_jk.conf @@ -1,4 +1,3 @@ -# $Id$ LoadModule jk_module modules/mod_jk.so # See conf/httpd-jk.conf for more complete directives @@ -25,13 +24,13 @@ LoadModule jk_module modules/mod_jk.so ### Don't forget to set ACLs for mod_jk URIs # -# Allow from all +# Require all granted # ### Access tomcat manager (tomcat-webapp-manager rpm package) # JkMount /manager/html tomcat # # SSLRequireSSL -# Allow from all +# Require all granted # diff --git a/apache-mod_jk.spec b/apache-mod_jk.spec index f3684dc..5e658d3 100644 --- a/apache-mod_jk.spec +++ b/apache-mod_jk.spec @@ -6,7 +6,7 @@ Summary: Apache module that handles communication between Tomcat and Apache Summary(pl.UTF-8): Moduł Apache'a obsługujący komunikację między Tomcatem a Apachem Name: apache-mod_%{mod_name} Version: 1.2.37 -Release: 1 +Release: 2 License: Apache v2.0 Group: Networking/Daemons/HTTP Source0: http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz @@ -16,7 +16,7 @@ Source2: %{name}-workers.properties Patch0: %{name}-apxs.patch Patch1: %{name}-libtool.patch URL: http://tomcat.apache.org/connectors-doc/ -BuildRequires: apache-devel >= 2.2 +BuildRequires: apache-devel >= 2.4 BuildRequires: autoconf BuildRequires: automake BuildRequires: jpackage-utils -- 2.43.0