updating config-file xml's; prepare config-details view via ajax for config-commands/files to show in configuration
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -3973,7 +3973,7 @@ UPLOADGID=
|
||||
</daemon>
|
||||
<!-- libnss-extrausers -->
|
||||
<daemon name="libnssextrausers"
|
||||
title="libnss-extrausers (required for FCGID/php-fpm/mpm-itk)">
|
||||
title="libnss-extrausers">
|
||||
<install><![CDATA[apt-get install libnss-extrausers]]></install>
|
||||
<commands index="1">
|
||||
<command><![CDATA[mkdir -p /var/lib/extrausers]]></command>
|
||||
@@ -4042,7 +4042,7 @@ aliases: files
|
||||
</file>
|
||||
</daemon>
|
||||
<!-- FCGID -->
|
||||
<daemon name="fcgid" title="FCGID (alternative to mod_php)">
|
||||
<daemon name="fcgid" title="FCGID">
|
||||
<install><![CDATA[apt-get install apache2-suexec-pristine libapache2-mod-fcgid php-cgi]]></install>
|
||||
<command><![CDATA[a2enmod suexec fcgid]]></command>
|
||||
<commands index="1">
|
||||
@@ -4060,7 +4060,7 @@ aliases: files
|
||||
</daemon>
|
||||
<!-- PHP-FPM -->
|
||||
<daemon name="php-fpm"
|
||||
title="PHP-FPM (alternative to mod_php)">
|
||||
title="PHP-FPM">
|
||||
<install>
|
||||
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
||||
</visibility>
|
||||
|
||||
Reference in New Issue
Block a user