Hello community,

here is the log from the commit of package apache2-mod_jk for openSUSE:Factory 
checked in at 2020-05-19 14:49:02
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apache2-mod_jk (Old)
 and      /work/SRC/openSUSE:Factory/.apache2-mod_jk.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apache2-mod_jk"

Tue May 19 14:49:02 2020 rev:38 rq:806981 version:1.2.48

Changes:
--------
--- /work/SRC/openSUSE:Factory/apache2-mod_jk/apache2-mod_jk.changes    
2020-05-13 22:56:33.615064964 +0200
+++ /work/SRC/openSUSE:Factory/.apache2-mod_jk.new.2738/apache2-mod_jk.changes  
2020-05-19 14:49:05.564151048 +0200
@@ -1,0 +2,7 @@
+Mon May 18 08:29:01 UTC 2020 - Pedro Monreal Gonzalez 
<[email protected]>
+
+- Update jk.conf: [bsc#1167896]
+  * Specify the location of JkShmFile.
+  * Update tomcat-webapps paths.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ jk.conf ++++++
--- /var/tmp/diff_new_pack.mBGeUE/_old  2020-05-19 14:49:06.720153612 +0200
+++ /var/tmp/diff_new_pack.mBGeUE/_new  2020-05-19 14:49:06.724153621 +0200
@@ -4,6 +4,7 @@
 
     JkWorkersFile /etc/tomcat/workers.properties
     JkLogFile /var/log/tomcat/mod_jk.log
+    JkShmFile /var/log/tomcat/jk-runtime-status
 
     # Log level to be used by mod_jk
     JkLogLevel error
@@ -16,8 +17,8 @@
     # it is mandatory here that the Alias is formed from the exact
     # tomcat path with the tomcat DocumentRoot prefix stripped!
     #
-    Alias /examples/servlets "/srv/tomcat/webapps/examples/servlets"
-    <Directory "/srv/tomcat/webapps/examples/servlets">
+    Alias /examples/servlets 
"/usr/share/tomcat/tomcat-webapps/examples/servlets"
+    <Directory "/usr/share/tomcat/tomcat-webapps/examples/servlets">
        Options Indexes FollowSymLinks
        <IfModule !mod_access_compat.c>
             Require all granted
@@ -30,8 +31,8 @@
 
     # The following line makes apache aware of the location of
     # the /examples/jsp context
-    Alias /examples/jsp "/srv/tomcat/webapps/examples/jsp"
-    <Directory "/srv/tomcat/webapps/examples/jsp">
+    Alias /examples/jsp "/usr/share/tomcat/tomcat-webapps/examples/jsp"
+    <Directory "/usr/share/tomcat/tomcat-webapps/examples/jsp">
        Options Indexes FollowSymLinks
        <IfModule !mod_access_compat.c>
             Require all granted



Reply via email to