epic-ts
[kivitendo-erp.git] / debian / kivitendo.conf
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>
+