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 fc8829461 Another sed fix
fc8829461 is described below

commit fc882946184ea8bd19628d3c1a80c958b02c742a
Author: rainerjung <[email protected]>
AuthorDate: Mon Jun 29 22:12:50 2026 +0200

    Another sed fix
---
 .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 b368596f9..3430c2ad8 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:Listsed -i.orig -e 's:Listen 80:Listen 8000:' -e 
's:Define SRVROOT.*:Define SRVROOT "'"$APACHE2_HOME"'":' -e httpd.confen 
80:Listen 8000:' -e 's#Define SRVROOT.*#Define SRVROOT "'$APACHE2_HOME'"#' 
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 -w -u httpd.conf.orig httpd.conf
             diff -w -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