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:
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<froxlor>
|
||||
<distribution name="Ubuntu" codename="Bionic"
|
||||
version="18.04" defaulteditor="/bin/nano">
|
||||
version="18.04" defaulteditor="/bin/nano" deprecated="true">
|
||||
<services>
|
||||
<!-- HTTP -->
|
||||
<service type="http" title="{{lng.admin.configfiles.http}}">
|
||||
@@ -4557,7 +4557,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>
|
||||
@@ -4618,7 +4618,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">
|
||||
@@ -4636,7 +4636,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