From: Michael Wagner Date: Fri, 30 Aug 2019 18:04:33 +0000 (+0200) Subject: epic-ts X-Git-Tag: kivitendo_3.5.4-2 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=refs%2Ftags%2Fkivitendo_3.5.4-2;p=kivitendo-erp.git epic-ts --- diff --git a/debian/kivitendo.conf b/debian/kivitendo.conf index fcbe5ceb0..4209c8959 100755 --- a/debian/kivitendo.conf +++ b/debian/kivitendo.conf @@ -1,18 +1,15 @@ # Configuration for kivitendo # Kivitendo-Installattion mit FCGI -AddHandler fcgid-script .fpl -AliasMatch ^/kivitendo/[^/]+\.pl /opt/kivitendo-erp-3.4.1/dispatcher.fpl -Alias /kivitendo/ /opt/kivitendo-erp-3.4.1/ -FcgidMaxRequestLen 10485760 +AliasMatch ^/kivitendo/[^/]+\.pl /opt/kivitendo-erp-3.5.4/dispatcher.fcgi +Alias /kivitendo/ /opt/kivitendo-erp-3.5.4/ - + AllowOverride All Options ExecCGI Includes FollowSymlinks - Order Allow,Deny - Allow from All + Require all granted - - Order Deny,Allow - Deny from All + + Require all denied + diff --git a/debian/kivitendo.postinst b/debian/kivitendo.postinst index a35f4f6c8..37fad6b3a 100755 --- a/debian/kivitendo.postinst +++ b/debian/kivitendo.postinst @@ -17,6 +17,8 @@ fi chown www-data /opt/kivitendo-erp-$version/users /opt/kivitendo-erp-$version/templates chgrp www-data /opt/kivitendo-erp-$version/users /opt/kivitendo-erp-$version/templates +systemctl restart apache2 + # call installation check /opt/kivitendo-erp-$version/scripts/installation_check.pl