comparison doc/admin_guide.txt @ 7332:09af33304790

Update roundup-server example config file example and docs Exampl and doc was out of date. Missing settings.
author John Rouillard <rouilj@ieee.org>
date Sun, 14 May 2023 00:39:28 -0400
parents 1aad478fc03f
children b92ecb730510
comparison
equal deleted inserted replaced
7331:24101267e3fb 7332:09af33304790
123 # Log client machine names instead of IP addresses (much slower) 123 # Log client machine names instead of IP addresses (much slower)
124 # Allowed values: yes, no 124 # Allowed values: yes, no
125 # Default: no 125 # Default: no
126 log_hostnames = no 126 log_hostnames = no
127 127
128 # Have http(s) request logging done via python logger module.
129 # If set to yes the python logging module is used with qualname
130 # 'roundup.http'. Otherwise logging is done to stderr or the file
131 # specified using the -l/logfile option.
132 # Allowed values: yes, no
133 # Default: no
134 loghttpvialogger = no
135
128 # File to which the server records the process id of the daemon. 136 # File to which the server records the process id of the daemon.
129 # If this option is not set, the server will run in foreground 137 # If this option is not set, the server will run in foreground
130 # 138 #
131 # The path may be either absolute or relative 139 # The path may be either absolute or relative
132 # to the directory containing this config file. 140 # to the directory containing this config file.
159 # will be used if left blank. 167 # will be used if left blank.
160 # The path may be either absolute or relative 168 # The path may be either absolute or relative
161 # to the directory containing this config file. 169 # to the directory containing this config file.
162 # Default: 170 # Default:
163 pem = 171 pem =
172
173 # Comma separated list of extra headers that should
174 # be copied into the CGI environment.
175 # E.G. if you want to access the REMOTE_USER and
176 # X-Proxy-User headers in the back end,
177 # set to the value REMOTE_USER,X-Proxy-User.
178 # Allowed values: comma-separated list of words
179 # Default:
180 include_headers =
181
182 # Change to HTTP/1.0 if needed. This disables keepalive.
183 # Default: HTTP/1.1
184 http_version = HTTP/1.1
164 185
165 # Roundup trackers to serve. 186 # Roundup trackers to serve.
166 # Each option in this section defines single Roundup tracker. 187 # Each option in this section defines single Roundup tracker.
167 # Option name identifies the tracker and will appear in the URL. 188 # Option name identifies the tracker and will appear in the URL.
168 # Option value is tracker home directory path. 189 # Option value is tracker home directory path.

Roundup Issue Tracker: http://roundup-tracker.org/