You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/02/05 13:39:15 UTC

[tomcat] branch 7.0.x updated: Tweak AJP improvements

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

markt pushed a commit to branch 7.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/7.0.x by this push:
     new 15cd78c  Tweak AJP improvements
15cd78c is described below

commit 15cd78c528425c693f1d2b51057f32d3d63d360a
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Feb 5 13:38:58 2020 +0000

    Tweak AJP improvements
    
    Add explicit address attribute to commented out AJP connector
---
 conf/server.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/conf/server.xml b/conf/server.xml
index b1afebb..abd3b3e 100644
--- a/conf/server.xml
+++ b/conf/server.xml
@@ -91,7 +91,10 @@
 
     <!-- Define an AJP 1.3 Connector on port 8009 -->
     <!--
-    <Connector port="8009" protocol="AJP/1.3" redirectPort="8443" />
+    <Connector protocol="AJP/1.3"
+               address="::1"
+               port="8009" 
+               redirectPort="8443" />
     -->
 
     <!-- An Engine represents the entry point (within Catalina) that processes


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org