ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilias.ini.php
Go to the documentation of this file.
1; <?php exit; ?>
2[server]
3http_path = ""
4absolute_path = ""
5presetting = ""
6
7[clients]
8path = "public/data"
9inifile = "client.ini.php"
10datadir = ""
11default = ""
12list = "0"
13
14[setup]
15pass = ""
16
17[tools]
18convert = ""
19zip = ""
20unzip = ""
21java = ""
22ffmpeg = ""
23
24[log]
25path = ""
26file = ""
27enabled = "1"
28level = "WARNING"
29error_path = ""
30
31[debian]
32data_dir = "/var/opt/ilias"
33log = "/var/log/ilias/ilias.log"
34convert = "/usr/bin/convert"
35zip = "/usr/bin/zip"
36unzip = "/usr/bin/unzip"
37java = ""
38ffmpeg = "/usr/bin/ffmpeg"
39
40[redhat]
41data_dir = ""
42log = ""
43convert = ""
44zip = ""
45unzip = ""
46java = ""
47
48[suse]
49data_dir = ""
50log = ""
51convert = ""
52zip = ""
53unzip = ""
54java = ""
55
56[https]
57auto_https_detect_enabled = "0"
58auto_https_detect_header_name = ""
59auto_https_detect_header_value = ""
exit
Definition: ilias.ini.php:1