Skip to content

Commit 1dbd0e3

Browse files
author
Florian Schaal
committed
FS#2403 - Disable apps vhost in server config
1 parent 6495dda commit 1dbd0e3

27 files changed

+53
-0
lines changed

install/tpl/server.ini.master

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ user=www-data
7272
group=www-data
7373
nginx_user=www-data
7474
nginx_group=www-data
75+
apps_vhost_enabled=y
7576
apps_vhost_port=8081
7677
apps_vhost_ip=_default_
7778
apps_vhost_servername=

interface/web/admin/form/server_config.tform.php

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,12 @@
10381038
1 => 'y'
10391039
)
10401040
),
1041+
'apps_vhost_enabled' => array (
1042+
'datatype' => 'VARCHAR',
1043+
'formtype' => 'CHECKBOX',
1044+
'default' => 'y',
1045+
'value' => array (0 => 'n', 1 => 'y')
1046+
),
10411047
'apps_vhost_port' => array(
10421048
'datatype' => 'VARCHAR',
10431049
'formtype' => 'TEXT',

interface/web/admin/lib/lang/ar_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,5 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
255255
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
256256
$wb['network_filesystem_txt'] = 'Network Filesystem';
257257
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
258+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
258259
?>

interface/web/admin/lib/lang/bg_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,5 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
255255
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
256256
$wb['network_filesystem_txt'] = 'Network Filesystem';
257257
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
258+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
258259
?>

interface/web/admin/lib/lang/br_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,4 +255,5 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
255255
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
256256
$wb['network_filesystem_txt'] = 'Network Filesystem';
257257
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
258+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
258259
?>

interface/web/admin/lib/lang/cz_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,5 +253,6 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
253253
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
254254
$wb['network_filesystem_txt'] = 'Network Filesystem';
255255
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
256+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
256257
?>
257258

interface/web/admin/lib/lang/de_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,4 +266,5 @@ $wb['php_ini_check_minutes_info_txt'] = '0 = keine Prüfung';
266266
$wb['php_handler_txt'] = 'Standard-PHP-Handler';
267267
$wb['enable_spdy_txt'] = 'Stellt SPDY zur Verfügung';
268268
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
269+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
269270
?>

interface/web/admin/lib/lang/el_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,4 +250,5 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
250250
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
251251
$wb['network_filesystem_txt'] = 'Network Filesystem';
252252
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
253+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
253254
?>

interface/web/admin/lib/lang/en_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,5 @@ $wb['xmpp_port_https_txt'] = 'HTTPS';
281281
$wb['xmpp_port_pastebin_txt'] = 'Pastebin';
282282
$wb['xmpp_port_bosh_txt'] = 'BOSH';
283283
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
284+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
284285
?>

interface/web/admin/lib/lang/es_server_config.lng

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,4 +253,5 @@ $wb['crontab_dir_error_regex'] = 'Invalid crontab directory.';
253253
$wb['cron_wget_error_regex'] = 'Invalid cron wget path.';
254254
$wb['network_filesystem_txt'] = 'Network Filesystem';
255255
$wb["disable_bind_log_txt"] = "Disable bind9 messages for Loglevel WARN";
256+
$wb["apps_vhost_enabled_txt"] = "Apps-vhost enabled";
256257
?>

0 commit comments

Comments
 (0)