From 6db4719017e6ef73e27d159342d3ab64e3bffbf0 Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Fri, 30 Aug 2019 20:04:33 +0200 Subject: [PATCH] epic-ts --- debian/kivitendo.conf | 17 +++++++---------- debian/kivitendo.postinst | 2 ++ 2 files changed, 9 insertions(+), 10 deletions(-) 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 -- 2.20.1