epic-ts b-3.5.4 kivitendo_3.5.4-2
authorMichael Wagner <mail@wagnertech.de>
Fri, 30 Aug 2019 18:04:33 +0000 (20:04 +0200)
committerMichael Wagner <mail@wagnertech.de>
Fri, 30 Aug 2019 18:04:33 +0000 (20:04 +0200)
debian/kivitendo.conf
debian/kivitendo.postinst

index fcbe5ce..4209c89 100755 (executable)
@@ -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/
 
-<Directory /opt/kivitendo-erp-3.4.1>
+<Directory /opt/kivitendo-erp-3.5.4>
   AllowOverride All
   Options ExecCGI Includes FollowSymlinks
-  Order Allow,Deny
-  Allow from All
+  Require all granted
 </Directory>
 
-<DirectoryMatch /opt/kivitendo-erp-3.4.1/users>
-  Order Deny,Allow
-  Deny from All
+<DirectoryMatch /opt/kivitendo-erp-3.5.4/users>
+  Require all denied
 </DirectoryMatch>
+
index a35f4f6..37fad6b 100755 (executable)
@@ -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