]> wagnertech.de Git - kivitendo-erp.git/commitdiff
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 fcbe5ceb0a7ed2e44cd4b26d3b21e705dcd2f084..4209c8959f634057366d976a2b5f19041443ec7b 100755 (executable)
@@ -1,18 +1,15 @@
 # Configuration for kivitendo
 # Kivitendo-Installattion mit FCGI
 # 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
   AllowOverride All
   Options ExecCGI Includes FollowSymlinks
-  Order Allow,Deny
-  Allow from All
+  Require all granted
 </Directory>
 
 </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>
 </DirectoryMatch>
+
index a35f4f6c80e5a75490b719fcb53f96fd6566aaee..37fad6b3af299e29cd55ec9c334e801d482a248c 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
 
 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
 
 # call installation check
 /opt/kivitendo-erp-$version/scripts/installation_check.pl