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 9e1762287 Try to work around backslash problem
9e1762287 is described below

commit 9e1762287d20813fd651a3e43ce4375131cac262
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 22:20:43 2026 +0200

    Try to work around backslash problem
---
 .github/workflows/makefile-mod_jk-win.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index 3430c2ad8..602561346 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -64,6 +64,7 @@ jobs:
             cp -p conf/* ${APACHE2_HOME_BASH}/conf/
             cd ${APACHE2_HOME_BASH}/conf/
             export APACHE2_HOME="$GITHUB_WORKSPACE\ApacheLounge\Apache24"
+            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:Listen 80:Listen 8000:' -e 's#Define 
SRVROOT.*#Define SRVROOT "'"$APACHE2_HOME"'"#' httpd.conf


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

Reply via email to