diff --git a/actions/admin/settings/130.webserver.php b/actions/admin/settings/130.webserver.php
index ad811e4a..d3bdc77d 100644
--- a/actions/admin/settings/130.webserver.php
+++ b/actions/admin/settings/130.webserver.php
@@ -43,6 +43,16 @@ return array(
'save_method' => 'storeSettingField',
'websrv_avail' => array('apache2')
),
+ 'system_apache_itksupport' => array(
+ 'label' => $lng['serversettings']['apache_itksupport'],
+ 'settinggroup' => 'system',
+ 'varname' => 'apacheitksupport',
+ 'type' => 'bool',
+ 'default' => false,
+ 'save_method' => 'storeSettingField',
+ 'visible' => (Settings::Get('system.mod_fcgid') == 0 && Settings::Get('phpfpm.enabled') == 0),
+ 'websrv_avail' => array('apache2')
+ ),
'system_httpuser' => array(
'label' => $lng['admin']['webserver_user'],
'settinggroup' => 'system',
diff --git a/lng/english.lng.php b/lng/english.lng.php
index 5850d601..fab1c54a 100644
--- a/lng/english.lng.php
+++ b/lng/english.lng.php
@@ -1841,3 +1841,5 @@ $lng['error']['fcgidandphpfpmnogoodtogether'] = 'FCGID and PHP-FPM cannot be act
$lng['admin']['configfiles']['legend'] = 'You are about to configure a service/daemon. The following legend explains the nomenclature.';
$lng['admin']['configfiles']['commands'] = 'Commands: These commands are to be executed line by line as root-user in a shell. It is safe to copy the whole block and paste it into the shell.';
$lng['admin']['configfiles']['files'] = 'Configfiles: This is an example of the contents of a configuration file. The commands before these textfields should open an editor with the target file. Just copy and paste the contents into the editor and save the file.
Please note: The MySQL-password has not been replaced for security reasons. Please replace "MYSQL_PASSWORD" on your own. If you forgot your MySQL-password you\'ll find it in "lib/userdata.inc.php"';
+$lng['serversettings']['apache_itksupport']['title'] = 'Use modifications for Apache ITK-MPM';
+$lng['serversettings']['apache_itksupport']['description'] = 'ATTENTION: use only if you acutally have apache itk-mpm enabled
otherwise your webserver will not be able to start';
diff --git a/lng/german.lng.php b/lng/german.lng.php
index 1bdb0fde..aec3b1f5 100644
--- a/lng/german.lng.php
+++ b/lng/german.lng.php
@@ -1568,3 +1568,5 @@ $lng['error']['fcgidandphpfpmnogoodtogether'] = 'FCGID und PHP-FPM können nicht
$lng['admin']['configfiles']['legend'] = 'Du konfigurierst nun einen Service/Daemon. Die folgende Legende zeigt unsere Nomenklatur.';
$lng['admin']['configfiles']['commands'] = 'Kommandos: Die angezeigten Befehle müssen als Benutzer root in einer Shell ausgeführt werden. Es kann auch problemlos der ganze Block kopiert und in die Shell eingefügt werden.';
$lng['admin']['configfiles']['files'] = 'Konfigurationsdateien: Dies ist der Inhalt einer Konfigurationsdatei. Der Befehl direkt vor dem Textfeld sollte einen Editor mit der Zeildatei öffnen. Der Inhalt kann nun einfach kopiert und in den Editor eingefügt und die Datei gespeichert werden.
Beachten Sie: Das MySQL-Passwort wurde aus Sicherheitsgründen nicht ersetzt. Bitte ersetzen Sie "MYSQL_PASSWORD" manuell durch das entsprechende Passwort. Falls Sie es vergessen haben sollten, finden Sie es in der Datei "lib/userdata.inc.php".';
+$lng['serversettings']['apache_24']['title'] = 'Anpassungen für Apache ITK-MPM verwenden';
+$lng['serversettings']['apache_24']['description'] = '