From a5fc6382351150ec3fede697dbf03a4670264f16 Mon Sep 17 00:00:00 2001 From: Wei-Chiu Chuang Date: Thu, 26 Apr 2018 09:55:03 -0700 Subject: [PATCH] HDFS-13492. Limit httpfs binds to certain IP addresses in branch-2. Contributed by Wei-Chiu Chuang. --- .../hadoop-hdfs-httpfs/src/main/tomcat/server.xml | 3 ++- .../hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml | 3 ++- .../hadoop-hdfs-httpfs/src/site/markdown/ServerSetup.md.vm | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/server.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/server.xml index 67f2159fcc1..f160893e5e6 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/server.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/server.xml @@ -69,7 +69,8 @@ APR (HTTP/AJP) Connector: /docs/apr.html Define a non-SSL HTTP/1.1 Connector on port ${httpfs.http.port} --> - diff --git a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml index 408d4e30b24..a85ada92495 100644 --- a/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml +++ b/hadoop-hdfs-project/hadoop-hdfs-httpfs/src/main/tomcat/ssl-server.xml @@ -68,7 +68,8 @@ This connector uses the JSSE configuration, when using APR, the connector should be using the OpenSSL style configuration described in the APR documentation --> -