WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] Turn http access off in default xend-config.sxp

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] Turn http access off in default xend-config.sxp
From: Nivedita Singhvi <niv@xxxxxxxxxx>
Date: Thu, 15 Dec 2005 15:56:04 -0800
Delivery-date: Thu, 15 Dec 2005 23:58:08 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)
For security reasons, since most people run with the default
file and don't make any changes, turning http access off again.

thanks,
Nivedita

# HG changeset patch
# User nivedita@hex
# Node ID bebb5e237e7d42f4bd40610f85b73705047d9975
# Parent  6b1d39a56c2be5dbc2290f508d24eac750111cf4
Xend http access turned off by default.

Signed-off-by: Nivedita Singhvi (niv@xxxxxxxxxx)

diff -r 6b1d39a56c2b -r bebb5e237e7d tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp    Thu Dec 15 20:50:12 2005
+++ b/tools/examples/xend-config.sxp    Thu Dec 15 23:52:39 2005
@@ -4,9 +4,9 @@
 # Xend configuration file.
 #

-# This example configuration is appropriate for an installation that trusts
-# only localhost connections, and is otherwise fully functional, with a
-# bridged network configuration.
+# This example configuration is appropriate for an installation that
+# utilizes a bridged network configuration. Access to xend via http
+# is disabled.

 # Commented out entries show the default for that entry, unless otherwise
 # specified.
@@ -15,7 +15,6 @@
 #(loglevel DEBUG)

 #(xend-http-server no)
-(xend-http-server yes)
 #(xend-unix-server yes)
 #(xend-relocation-server no)
 (xend-relocation-server yes)
@@ -34,7 +33,7 @@
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' (the default) allows all connections.
 #(xend-address '')
-(xend-address localhost)
+#(xend-address localhost)

 # Address xend should listen on for relocation-socket connections, if
 # xend-relocation-server is set.



# HG changeset patch
# User nivedita@hex
# Node ID bebb5e237e7d42f4bd40610f85b73705047d9975
# Parent  6b1d39a56c2be5dbc2290f508d24eac750111cf4
Xend http access turned off by default. 

Signed-off-by: Nivedita Singhvi (niv@xxxxxxxxxx)

diff -r 6b1d39a56c2b -r bebb5e237e7d tools/examples/xend-config.sxp
--- a/tools/examples/xend-config.sxp    Thu Dec 15 20:50:12 2005
+++ b/tools/examples/xend-config.sxp    Thu Dec 15 23:52:39 2005
@@ -4,9 +4,9 @@
 # Xend configuration file.
 #
 
-# This example configuration is appropriate for an installation that trusts
-# only localhost connections, and is otherwise fully functional, with a
-# bridged network configuration.
+# This example configuration is appropriate for an installation that 
+# utilizes a bridged network configuration. Access to xend via http
+# is disabled.  
 
 # Commented out entries show the default for that entry, unless otherwise
 # specified.
@@ -15,7 +15,6 @@
 #(loglevel DEBUG)
 
 #(xend-http-server no)
-(xend-http-server yes)
 #(xend-unix-server yes)
 #(xend-relocation-server no)
 (xend-relocation-server yes)
@@ -34,7 +33,7 @@
 # Specifying 'localhost' prevents remote connections.
 # Specifying the empty string '' (the default) allows all connections.
 #(xend-address '')
-(xend-address localhost)
+#(xend-address localhost)
 
 # Address xend should listen on for relocation-socket connections, if
 # xend-relocation-server is set.
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
<Prev in Thread] Current Thread [Next in Thread>