]> git.pld-linux.org Git - packages/apache-mod_jk.git/commitdiff
- up to 1.2.32 auto/th/apache-mod_jk-1_2_32-1
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 12 Dec 2011 19:50:51 +0000 (19:50 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_jk.conf -> 1.11
    apache-mod_jk.spec -> 1.61

apache-mod_jk.conf
apache-mod_jk.spec

index a211550a2fb8a3dcb32e2fe5116ea5a217d72252..6f4c4cdfa05c97b58348e099049b42727d27b595 100644 (file)
@@ -1,14 +1,23 @@
 # $Id$
 LoadModule     jk_module       modules/mod_jk.so
 
+# See conf/httpd-jk.conf for more complete directives
 <IfModule mod_jk.c>
     JkLogFile       /var/log/httpd/mod_jk.log
-    JkShmFile       /var/run/httpd/jk-runtime-status
+    JkShmFile       /var/run/httpd/mod_jk.shm
+
+# JK log level (trace,debug,info,warn,error)
     JkLogLevel      warn
 
 ### Uncomment following line to enable mod_jk
 #    JkWorkersFile  /etc/httpd/workers.properties
 
+# If you want to put all mounts into an external file
+# that gets reloaded automatically after changes
+# (with a default latency of 1 minute),
+# you can define the name of the file here.
+#    JkMountFile     /etc/httpd/uriworkermap.properties
+
 ### Forward these URIs to tomcat
 #    JkMount /*.jsp tomcat
 #    JkMount /servlet/* tomcat
index 7547cbc0b903716c96a6c33ca30740aa0452ce8d..164dc2b7c8c7326dc547e69db164012e0d42f840 100644 (file)
@@ -5,12 +5,12 @@
 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.31
+Version:       1.2.32
 Release:       1
 License:       Apache v2.0
 Group:         Networking/Daemons/HTTP
-Source0:       http://www.apache.org/dist/tomcat/tomcat-connectors/jk/source/tomcat-connectors-%{version}-src.tar.gz
-# Source0-md5: 6f448124d28fc37bb950ba562a84da34
+Source0:       http://www.apache.org/dist/tomcat/tomcat-connectors/jk/tomcat-connectors-%{version}-src.tar.gz
+# Source0-md5: 8d2a844fe70c849e35ae6b7a3cf4fdfd
 Source1:       %{name}.conf
 Source2:       %{name}-workers.properties
 Patch0:                %{name}-apxs.patch
@@ -64,8 +64,8 @@ install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/conf.d,/var/{lock/mod_jk
 %{__make} -C native install \
        DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/80_mod_jk.conf
-install %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/workers.properties
+cp -p %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/80_mod_jk.conf
+cp -p %{SOURCE2} $RPM_BUILD_ROOT%{_sysconfdir}/workers.properties
 touch $RPM_BUILD_ROOT/var/log/httpd/mod_jk.log
 
 %clean
@@ -86,7 +86,7 @@ fi
 
 %files
 %defattr(644,root,root,755)
-%doc native/{README.txt,CHANGES,NEWS}
+%doc native/{README.txt,CHANGES,NEWS} conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/conf.d/*_mod_%{mod_name}.conf
 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/workers.properties
 %attr(755,root,root) %{_pkglibdir}/*.so
This page took 0.07018 seconds and 4 git commands to generate.