Skip to content

Commit c7c2ec0

Browse files
author
Richard Jones
committed
fix admin doc description of roundup-server config file
1 parent 92ac0c4 commit c7c2ec0

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

CHANGES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Fixed:
4545
String search (sf bug 1373396)
4646
- fix comma-separated ID filter spec in web requests (sf bug 1396278)
4747
- fix Date: header generation to be LOCALE-agnostic (sf bug 1352624)
48+
- fix admin doc description of roundup-server config file
4849

4950

5051
2005-10-07 0.8.5

doc/admin_guide.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Administration Guide
33
====================
44

5-
:Version: $Revision: 1.19 $
5+
:Version: $Revision: 1.20 $
66

77
.. contents::
88

@@ -74,7 +74,7 @@ Configuring roundup-server
7474
The basic configuration file layout is as follows (take from the
7575
``roundup-server.ini.example`` file in the "doc" directory)::
7676

77-
[server]
77+
[main]
7878
port = 8080
7979
;hostname =
8080
;user =
@@ -83,9 +83,9 @@ The basic configuration file layout is as follows (take from the
8383
;pidfile =
8484
;logfile =
8585

86+
[trackers]
8687
; Add one of these per tracker being served
87-
[tracker_url_component]
88-
home = /path/to/tracker
88+
name = /path/to/tracker/name
8989

9090
Values ";commented out" are optional. The meaning of the various options
9191
are as follows:
@@ -109,13 +109,10 @@ are as follows:
109109
written to this file. It must be specified if **pidfile** is specified.
110110
If per-tracker logging is specified, then very little will be written to
111111
this file.
112-
**example_tracker** sections
113-
These are used to specify which Roundup trackers are to be served up by
114-
roundup-server. Each tracker has its own ``[section]`` with a single
115-
``home`` value defined pointing to the tracker's home. The section name is
116-
used in the URL to select the appropriate reacker. Make sure the name part
117-
doesn't include any url-unsafe characters like spaces. Stick to
118-
alphanumeric characters and you'll be ok.
112+
**trackers** section
113+
Each line denotes a mapping from a URL component to a tracker home.
114+
Make sure the name part doesn't include any url-unsafe characters like
115+
spaces. Stick to alphanumeric characters and you'll be ok.
119116

120117

121118
Users and Security

0 commit comments

Comments
 (0)