This is an automated email from the ASF dual-hosted git repository.

rainerjung pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomcat-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 21b846efd Fix config patching
21b846efd is described below

commit 21b846efdb21ed2031c648e1097fdae97180912f
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 22:41:53 2026 +0200

    Fix config patching
---
 .github/workflows/makefile-mod_jk-win.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index 2b83c26e5..33c67a500 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -68,8 +68,8 @@ jobs:
             export APACHE2_HOME="$GITHUB_WORKSPACE\ApacheLounge\Apache24"
             # Replace backslashes by forward slashes
             APACHE2_HOME="${APACHE2_HOME//\\//}"
-            sed -i.orig -e 's# worker.node1.port=8109# 
worker.node1.port=8009#' -e 
's#worker.node2.activation=A#worker.node2.activation=S#' workers.properties
-            sed -i.orig -e 's:# *JkMountFile 
conf/extra/uriworkermap.properties:JkMountFile 
conf/extra/uriworkermap.properties:' httpd-jk.conf
+            sed -i.orig -e 's#worker.node1.port=8109#worker.node1.port=8009#' 
-e 's#worker.node2.activation=A#worker.node2.activation=S#' workers.properties
+            sed -i.orig -e 's:# *JkMountFile 
conf/extra/uriworkermap.properties:JkMountFile conf/uriworkermap.properties:' 
httpd-jk.conf
             sed -i.orig -e 's:Listen 80:Listen 8000:' -e 's#Define 
SRVROOT.*#Define SRVROOT "'"$APACHE2_HOME"'"#' httpd.conf
             echo "Include conf/httpd-jk.conf" >> httpd.conf
             # Show patched config changes (debug)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to