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 90083fe73 Fix sed
90083fe73 is described below

commit 90083fe730f6d5448c2e0c3453815e6d51492b56
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 21:49:42 2026 +0200

    Fix sed
---
 .github/workflows/makefile-mod_jk-win.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/makefile-mod_jk-win.yml 
b/.github/workflows/makefile-mod_jk-win.yml
index 9af9fbc7d..70ed619b9 100644
--- a/.github/workflows/makefile-mod_jk-win.yml
+++ b/.github/workflows/makefile-mod_jk-win.yml
@@ -66,7 +66,7 @@ jobs:
             export APACHE2_HOME="$GITHUB_WORKSPACE\ApacheLounge\Apache24"
             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'":' -e httpd.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
             diff -u httpd.conf.orig httpd.conf
             diff -u httpd-jk.conf.orig httpd-jk.conf


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

Reply via email to