]> Pileus Git - ~andy/sunrise/blob - www-servers/webcit/files/webcit.conf.d
30d79ecc0be1280511d85bbbbd1ba9b5eb1114b2
[~andy/sunrise] / www-servers / webcit / files / webcit.conf.d
1 # Config file for /etc/init.d/webcit
2 #See /usr/share/docs/webcit/readme for details.
3 WEBCIT_OPTS=""
4
5 ##[-i ip_addr] The IP address you wish to bind.
6 ##Leave this out and WebCit will listen on all network interfaces.
7 #WEBCIT_OPTS="${WEBCIT_OPTS} -i 127.0.0.1"
8
9 ##[-p http_port] The TCP port on which to operate.
10 ##WebCit defaults to port 2000.
11 #WEBCIT_OPTS="${WEBCIT_OPTS} -p 2000"
12
13 ##[-t tracefile] Where you want WebCit to log information.
14 WEBCIT_OPTS="${WEBCIT_OPTS} -t /var/log/webcit"
15
16 ##[-c] Causes WebCit to output an extra cookie containing the
17 ##identity of the WebCit server.
18 #WEBCIT_OPTS="${WEBCIT_OPTS} -c"
19
20 ##[-s] Causes WebCit to present an HTTPS web service.
21 WEBCIT_OPTS="${WEBCIT_OPTS} -s"
22
23 ##[-f] Tells WebCit to follow "X-Forwarded-For:" HTTP headers
24 #WEBCIT_OPTS="${WEBCIT_OPTS} -f"
25
26 ##[remotehost [remoteport]] IP address and port of your Citadel server.
27 ##Defaults to localhost 504
28 WEBCIT_OPTS="${WEBCIT_OPTS} 127.0.0.1"