[packages/apache-mod_jk] - migrate to apache 2.4 - rel 2
baggins
baggins at pld-linux.org
Sun May 19 18:31:15 CEST 2013
commit 70eb6f2b449d4556a4e100861cfaf8faf3e0f8a4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date: Sun May 19 18:31:03 2013 +0200
- 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.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
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
# <Location /examples/>
-# Allow from all
+# Require all granted
# </Location>
### Access tomcat manager (tomcat-webapp-manager rpm package)
# JkMount /manager/html tomcat
# <Location /manager/html>
# SSLRequireSSL
-# Allow from all
+# Require all granted
# </Location>
</IfModule>
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/apache-mod_jk.git/commitdiff/70eb6f2b449d4556a4e100861cfaf8faf3e0f8a4
More information about the pld-cvs-commit
mailing list