slitaz-forge annotate bugs/server.ini @ rev 378

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