Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 6472ea92c9e26b7763ee421671ac8ad4 > files > 4

roundup-1.3.3-6mdv2009.0.src.rpm

[main]

# Host name of the Roundup web server instance.
# If empty, listen on all network interfaces.
# Default: 
host = 

# Port to listen on.
# Default: 8080
port = 10080

# User ID as which the server will answer requests.
# In order to use this option, the server must be run initially as root.
# Availability: Unix.
# Default: 
user = roundup

# Group ID as which the server will answer requests.
# In order to use this option, the server must be run initially as root.
# Availability: Unix.
# Default: 
group = roundup

# Log client machine names instead of IP addresses (much slower)
# Allowed values: yes, no
# Default: no
log_hostnames = 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
# 
# The path may be either absolute or relative
# to the directory containig this config file.
# Default: 
pidfile = /var/run/roundup-server.pid

# Log file path.  If unset, log to stderr.
# The path may be either absolute or relative
# to the directory containig this config file.
# Default: 
logfile = /var/log/roundup

# Set processing of each request in separate subprocess.
# Allowed values: debug, none, thread, fork.
# Default: fork
multiprocess = fork

# Roundup trackers to serve.
# Each option in this section defines single Roundup tracker.
# Option name identifies the tracker and will appear in the URL.
# Option value is tracker home directory path.
# The path may be either absolute or relative
# to the directory containig this config file.
[trackers]

;demo = /tmp/demo