aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/xend-config.sxp
diff options
context:
space:
mode:
authornivedita@hex <nivedita@hex>2005-12-16 11:46:58 +0000
committernivedita@hex <nivedita@hex>2005-12-16 11:46:58 +0000
commitb2125322484bcffdea66bc08b68cc0180de206da (patch)
tree47183be3ebfa15a3c01bf7f6f072eafeccdf83ab /tools/examples/xend-config.sxp
parentd42bb1640f7e9301643179f938d5cc21c06d4aed (diff)
downloadxen-b2125322484bcffdea66bc08b68cc0180de206da.tar.gz
xen-b2125322484bcffdea66bc08b68cc0180de206da.tar.bz2
xen-b2125322484bcffdea66bc08b68cc0180de206da.zip
Xend http access turned off by default.
Signed-off-by: Nivedita Singhvi (niv@us.ibm.com)
Diffstat (limited to 'tools/examples/xend-config.sxp')
-rw-r--r--tools/examples/xend-config.sxp9
1 files changed, 4 insertions, 5 deletions
diff --git a/tools/examples/xend-config.sxp b/tools/examples/xend-config.sxp
index 4fd6907575..dedb2de160 100644
--- a/tools/examples/xend-config.sxp
+++ b/tools/examples/xend-config.sxp
@@ -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.