diff 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
line wrap: on
line diff
--- a/doc/admin_guide.txt	Thu May 11 21:35:21 2023 -0400
+++ b/doc/admin_guide.txt	Sun May 14 00:39:28 2023 -0400
@@ -125,6 +125,14 @@
   # Default: no
   log_hostnames = no
 
+  # Have http(s) request logging done via python logger module.
+  # If set to yes the python logging module is used with qualname
+  # 'roundup.http'. Otherwise logging is done to stderr or the file
+  # specified using the -l/logfile option.
+  # Allowed values: yes, no
+  # Default: no
+  loghttpvialogger = no
+
   # File to which the server records the process id of the daemon.
   # If this option is not set, the server will run in foreground
   # 
@@ -162,6 +170,19 @@
   # Default: 
   pem = 
 
+  # Comma separated list of extra headers that should
+  # be copied into the CGI environment.
+  # E.G. if you want to access the REMOTE_USER and
+  # X-Proxy-User headers in the back end,
+  # set to the value REMOTE_USER,X-Proxy-User.
+  # Allowed values: comma-separated list of words
+  # Default: 
+  include_headers = 
+
+  # Change to HTTP/1.0 if needed. This disables keepalive.
+  # Default: HTTP/1.1
+  http_version = HTTP/1.1
+
   # Roundup trackers to serve.
   # Each option in this section defines single Roundup tracker.
   # Option name identifies the tracker and will appear in the URL.

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