Code

- document experience from release(s)
[roundup.git] / doc / admin_guide.txt
index ebf4c5e840e55c7a234aed137244f2d4040391be..aa5c5cdb6840f927bff6c8da1619b430a33e6aca 100644 (file)
@@ -2,8 +2,6 @@
 Administration Guide
 ====================
 
-:Version: $Revision: 1.28 $
-
 .. contents::
 
 What does Roundup install?
@@ -76,7 +74,7 @@ The basic configuration file layout is as follows (take from the
 
     [main]
     port = 8080
-    ;hostname =
+    ;host =
     ;user =
     ;group =
     ;log_ip = yes
@@ -95,9 +93,13 @@ are as follows:
 
 **port**
   Defines the local TCP port to listen for clients on.
-**hostname**
-  Defines the local hostname to listen for clients on. Only required if
-  "localhost" is not sufficient.
+**host**
+  Defines the hostname or IP number to listen for clients on. Only
+  required if `localhost` is not sufficient. If left empty (as opposed
+  to no `host` keyword in the config-file) this will listen to all
+  network interfaces and is equivalent to an explicit address `0.0.0.0`.
+  The use of an empty string to listen to all interfaces is deprecated
+  and will go away in a future version.
 **user** and **group**
   Defines the Unix user and group to run the server as. Only work if the
   server is started as root.
@@ -370,10 +372,5 @@ solution to this is to:
    of your normal login
 
 
--------------------
-
-Back to `Table of Contents`_
-
-.. _`Table of Contents`: index.html
 .. _`customisation documentation`: customizing.html
 .. _`upgrading documentation`: upgrading.html