correct gentoo.xml config-templates
Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<command>
|
<command>
|
||||||
<visibility mode="notempty">{{settings.system.deactivateddocroot}}
|
<visibility mode="notempty">{{settings.system.deactivateddocroot}}
|
||||||
</visibility>
|
</visibility>
|
||||||
<content><![CDATA['mkdir -p {{settings.system.deactivateddocroot}}]]></content>
|
<content><![CDATA[mkdir -p {{settings.system.deactivateddocroot}}]]></content>
|
||||||
</command>
|
</command>
|
||||||
</commands>
|
</commands>
|
||||||
</general>
|
</general>
|
||||||
@@ -3256,7 +3256,7 @@ aliases: files
|
|||||||
<command>
|
<command>
|
||||||
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
||||||
</visibility>
|
</visibility>
|
||||||
<content><![CDATA[a2dismod php5]]></content>
|
<content><![CDATA[# remove "-D PHP5" from /etc/conf.d/apache2]]></content>
|
||||||
</command>
|
</command>
|
||||||
</commands>
|
</commands>
|
||||||
<!-- instead of just restarting apache, we let the cronjob do all the
|
<!-- instead of just restarting apache, we let the cronjob do all the
|
||||||
@@ -3280,7 +3280,7 @@ aliases: files
|
|||||||
<commands index="2">
|
<commands index="2">
|
||||||
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
<visibility mode="equals" value="apache2">{{settings.system.webserver}}
|
||||||
</visibility>
|
</visibility>
|
||||||
<command><![CDATA[a2enmod suexec fastcgi]]></command>
|
<command><![CDATA[# add "-D FASTCGI -D SUEXEC" to /etc/conf.d/apache2]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<commands index="3">
|
<commands index="3">
|
||||||
<visibility mode="true">{{settings.phpfpm.enabled_ownvhost}}
|
<visibility mode="true">{{settings.phpfpm.enabled_ownvhost}}
|
||||||
@@ -3295,7 +3295,7 @@ aliases: files
|
|||||||
</visibility>
|
</visibility>
|
||||||
<visibility mode="true">{{settings.phpfpm.enabled_ownvhost}}
|
<visibility mode="true">{{settings.phpfpm.enabled_ownvhost}}
|
||||||
</visibility>
|
</visibility>
|
||||||
<command><![CDATA[a2dismod php5]]></command>
|
<command><![CDATA[# remove "-D PHP5" from /etc/conf.d/apache2]]></command>
|
||||||
</commands>
|
</commands>
|
||||||
<!-- instead of just restarting apache, we let the cronjob do all the
|
<!-- instead of just restarting apache, we let the cronjob do all the
|
||||||
dirty work -->
|
dirty work -->
|
||||||
|
|||||||
Reference in New Issue
Block a user