Subversion Repositories configs

Rev

Rev 43 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 43 Rev 59
Line 4... Line 4...
4
# The socket that the license server will run on
4
# The socket that the license server will run on
5
# default: /var/run/zarafa-licensed
5
# default: /var/run/zarafad/licensed.sock
6
server_pipe_name = /var/run/zarafa-licensed
6
server_pipe_name = /var/run/zarafad/licensed.sock
7
 
7
 
8
# The URL on which we can contact zarafa-server
8
# The URL on which we can contact zarafa-server
9
# default: file:///var/run/zarafa
9
# default: file:///var/run/zarafad/server.sock
10
server_socket = file:///var/run/zarafa-prio
10
server_socket = file:///var/run/zarafad/prio.sock
11
 
11
 
12
# Login to the Zarafa server using this SSL Key
12
# Login to the Zarafa server using this SSL Key
13
#sslkey_file         = /etc/zarafa/ssl/licensed.pem
13
#sslkey_file         = /etc/zarafa/ssl/licensed.pem
14
 
14
 
15
# The password of the SSL Key
15
# The password of the SSL Key
Line 17... Line 17...
17
 
17
 
18
# License path (should contain 'base' and CALs in other files)
18
# License path (should contain 'base' and CALs in other files)
19
license_path		= /etc/zarafa/license
19
license_path		= /etc/zarafa/license
20
 
20
 
21
# drop privileges and run the process as this user
21
# drop privileges and run the process as this user
22
run_as_user		= zarafa
22
#run_as_user		= zarafa
23
 
23
 
24
# drop privileges and run the process as this group
24
# drop privileges and run the process as this group
25
run_as_group		= zarafa
25
#run_as_group		= zarafa
26
 
26
 
27
# create a pid file for stopping the service via the init.d scripts
27
# create a pid file for stopping the service via the init.d scripts
28
pid_file		= /var/run/zarafa-licensed.pid
28
#pid_file		= /var/run/zarafad/licensed.pid
29
 
29
 
30
# run server in this path (when not using the -F switch)
30
# run server in this path (when not using the -F switch)
31
running_path = /
31
#running_path = /var/lib/zarafa
32
 
32
 
33
##############################################################
33
##############################################################
34
# LOG SETTINGS
34
# LOG SETTINGS
35
 
35
 
36
# Logging method (syslog, file)
36
# Logging method (syslog, file)
37
log_method		= file
37
log_method		= file
38
 
38
 
39
# Logfile (for log_method = file, '-' for stderr)
39
# Logfile (for log_method = file, '-' for stderr)
40
log_file		= /var/log/zarafa/licensed.log
40
log_file		= /var/log/zarafa/licensed.log
41
 
41
 
42
# Loglevel (0=no logging, 5=full logging)
42
# Loglevel (0(none), 1(crit), 2(err), 3(warn), 4(notice), 5(info), 6(debug))
43
log_level		= 4
43
#log_level = 4
44
 
44
 
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
45
# Log timestamp - prefix each log line with timestamp in 'file' logging mode
46
log_timestamp		= 1
46
log_timestamp		= 1
47
 
47
 
48
# Buffer logging in what sized blocks.
48
# Buffer logging in what sized blocks. 0 for line-buffered (syslog-style).
49
# Bigger buffers is better for the performance but it gives lag
-
 
50
# when running e.g. multitail or 'tail -f' on the log-file. If
-
 
51
# you want to directly see what is happing, set this to e.g. 1.
-
 
52
# So when debugging: make it a small value, else set it to
-
 
53
# 4096 or more.
-
 
54
log_buffer_size  = 4096
49
#log_buffer_size = 0