Marius Cramer
2014-08-13 42539643c396f9d8865dcf9a51b13dc869709d16
commit | author | age
94411b 1 [global]
T 2 webserver=apache
3 mailserver=postfix
4 dnsserver=mydns
5
db0a6f 6
94411b 7 [server]
146783 8 auto_network_configuration=n
MC 9 ip_address=0.0.0.0
10 netmask=255.255.255.0
11 gateway=0.0.0.0
12 hostname=server1.domain.tld
13 nameservers=8.8.8.8,8.8.4.4
42f191 14 firewall=bastille
db0a6f 15 loglevel=2
615a0a 16 admin_notify_events=1
c4085b 17 backup_dir=/var/backup
056465 18 backup_dir_is_mount=n
5a43e7 19 backup_mode=rootgz
615a0a 20 monit_url=
T 21 monit_user=
22 monit_password=
23 munin_url=
24 munin_user=
25 munin_password=
82ff62 26 monitor_system_updates=y
94411b 27
T 28 [mail]
29 module=postfix_mysql
7eaafe 30 maildir_path=/var/vmail/[domain]/[localpart]
R 31 homedir_path=/var/vmail
6cc49f 32 pop3_imap_daemon=courier
T 33 mail_filter_syntax=maildrop
94411b 34 mailuser_uid=5000
T 35 mailuser_gid=5000
36 mailuser_name=vmail
37 mailuser_group=vmail
38 relayhost=
39 relayhost_user=
40 relayhost_password=
41 mailbox_size_limit=0
42 message_size_limit=0
9db567 43 mailbox_quota_stats=y
a296ae 44 realtime_blackhole_list=
615a0a 45 overquota_notify_admin=y
T 46 overquota_notify_client=y
47 overquota_notify_freq=7
48 overquota_notify_onok=n
94411b 49
T 50 [getmail]
51 getmail_config_dir=/etc/getmail
52
53 [web]
4ffb51 54 server_type=apache
fb3749 55 website_basedir=/var/www
146783 56 website_path=/var/www/clients/client[client_id]/web[website_id]
MC 57 website_symlinks=/var/www/[website_domain]/:/var/www/clients/client[client_id]/[website_domain]/
58 website_symlinks_rel=n
59 vhost_conf_dir=/etc/apache2/sites-available
60 vhost_conf_enabled_dir=/etc/apache2/sites-enabled
61 nginx_vhost_conf_dir=/etc/nginx/sites-available
4ffb51 62 nginx_vhost_conf_enabled_dir=/etc/nginx/sites-enabled
8cf78b 63 security_level=20
046eff 64 user=www-data
T 65 group=www-data
4ffb51 66 nginx_user=www-data
F 67 nginx_group=www-data
c9b9f2 68 apps_vhost_port=8081
T 69 apps_vhost_ip=_default_
70 apps_vhost_servername=
615a0a 71 php_open_basedir=[website_path]/web:[website_path]/private:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin
c8cf71 72 htaccess_allow_override=All
379a4b 73 awstats_conf_dir=/etc/awstats
T 74 awstats_data_dir=/var/lib/awstats
75 awstats_pl=/usr/lib/cgi-bin/awstats.pl
2a6eac 76 awstats_buildstaticpages_pl=/usr/share/awstats/tools/awstats_buildstaticpages.pl
7fddfe 77 php_ini_path_apache=/etc/php5/apache2/php.ini
T 78 php_ini_path_cgi=/etc/php5/cgi/php.ini
7ed741 79 check_apache_config=y
d81a4c 80 enable_sni=y
02384b 81 enable_ip_wildcard=y
df76de 82 overtraffic_notify_admin=y
T 83 overtraffic_notify_client=y
4ffb51 84 nginx_cgi_socket=/var/run/fcgiwrap.socket
F 85 php_fpm_init_script=php5-fpm
86 php_fpm_ini_path=/etc/php5/fpm/php.ini
87 php_fpm_pool_dir=/etc/php5/fpm/pool.d
88 php_fpm_start_port=9010
9576eb 89 php_fpm_socket_dir=/var/lib/php5-fpm
a505fd 90 set_folder_permissions_on_update=n
8cf78b 91 add_web_users_to_sshusers_group=y
T 92 connect_userid_to_webid=n
93 connect_userid_to_webid_start=10000
e1a747 94 web_folder_protection=y
992797 95 overquota_notify_admin=y
615a0a 96 overquota_notify_client=y
T 97 overquota_notify_freq=7
98 overquota_notify_onok=n
992797 99
7dbea0 100 [dns]
T 101 bind_user=root
102 bind_group=bind
103 bind_zonefiles_dir=/etc/bind
104 named_conf_path=/etc/bind/named.conf
105 named_conf_local_path=/etc/bind/named.conf.local
106
6a95c8 107 [fastcgi]
9b9ba4 108 fastcgi_starter_path=/var/www/php-fcgi-scripts/[system_user]/
D 109 fastcgi_starter_script=.php-fcgi-starter
110 fastcgi_alias=/php/
111 fastcgi_phpini_path=/etc/php5/cgi/
112 fastcgi_children=8
113 fastcgi_max_requests=5000
6a95c8 114 fastcgi_bin=/usr/bin/php-cgi
824780 115 fastcgi_config_syntax=1
6a95c8 116
D 117 [jailkit]
118 jailkit_chroot_home=/home/[username]
119 jailkit_chroot_app_sections=basicshell editors extendedshell netutils ssh sftp scp groups jk_lsh
9c7f56 120 jailkit_chroot_app_programs=/usr/bin/groups /usr/bin/id /usr/bin/dircolors /usr/bin/lesspipe /usr/bin/basename /usr/bin/dirname /usr/bin/nano /usr/bin/pico
0b0dc9 121 jailkit_chroot_cron_programs=/usr/bin/php /usr/bin/perl /usr/share/perl /usr/share/php
M 122
123 [vlogger]
124 config_dir=/etc
125
126 [cron]
127 init_script=cron
128 crontab_dir=/etc/cron.d
129 wget=/usr/bin/wget
209d93 130
V 131 [rescue]
132 try_rescue=n
8ab3cd 133 do_not_try_rescue_httpd=n
209d93 134 do_not_try_rescue_mysql=n
V 135 do_not_try_rescue_mail=n
136