slitaz-forge view bugs/server.ini @ rev 237

boot: utf-8 & russian added
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Apr 06 17:43:01 2012 +0300 (2012-04-06)
parents 72b6103af8b3
children
line source
1 # Roundup server configuration file
2 # Autogenerated at Wed Apr 13 00:31:14 2011
4 [main]
6 # Host name of the Roundup web server instance.
7 # If empty, listen on all network interfaces.
8 # Default:
9 host =
11 # Port to listen on.
12 # Default: 8080
13 port = 8917
15 # Path to favicon.ico image file. If unset, built-in favicon.ico is used.
16 # The path may be either absolute or relative
17 # to the directory containig this config file.
18 # Default: favicon.ico
19 favicon = favicon.ico
21 # User ID as which the server will answer requests.
22 # In order to use this option, the server must be run initially as root.
23 # Availability: Unix.
24 # Default:
25 user = www
27 # Group ID as which the server will answer requests.
28 # In order to use this option, the server must be run initially as root.
29 # Availability: Unix.
30 # Default:
31 group = www
33 # don't fork (this overrides the pidfile mechanism)'
34 # Allowed values: yes, no
35 # Default: no
36 nodaemon = yes
38 # Log client machine names instead of IP addresses (much slower)
39 # Allowed values: yes, no
40 # Default: no
41 log_hostnames = no
43 # File to which the server records the process id of the daemon.
44 # If this option is not set, the server will run in foreground
45 #
46 # The path may be either absolute or relative
47 # to the directory containig this config file.
48 # Default:
49 pidfile = /var/run/roundup.pid
51 # Log file path. If unset, log to stderr.
52 # The path may be either absolute or relative
53 # to the directory containig this config file.
54 # Default:
55 logfile = /var/log/roundup.log
57 # Set processing of each request in separate subprocess.
58 # Allowed values: debug, none, thread, fork.
59 # Default: fork
60 multiprocess = fork
62 # Tracker index template. If unset, built-in will be used.
63 # The path may be either absolute or relative
64 # to the directory containig this config file.
65 # Default:
66 template = slitaz
68 # Enable SSL support (requires pyopenssl)
69 # Allowed values: yes, no
70 # Default: no
71 ssl = no
73 # PEM file used for SSL. A temporary self-signed certificate
74 # will be used if left blank.
75 # The path may be either absolute or relative
76 # to the directory containig this config file.
77 # Default:
78 pem =
80 # Roundup trackers to serve.
81 # Each option in this section defines single Roundup tracker.
82 # Option name identifies the tracker and will appear in the URL.
83 # Option value is tracker home directory path.
84 # The path may be either absolute or relative
85 # to the directory containig this config file.
86 [trackers]
88 bugs=/home/slitaz/bugs