epic-ts
[kivitendo-erp.git] / debian / kivitendo.conf
1 # Configuration for kivitendo
2 # Kivitendo-Installattion mit FCGI
3 AddHandler fcgid-script .fpl
4 AliasMatch ^/kivitendo/[^/]+\.pl /opt/kivitendo-erp-3.4.1/dispatcher.fpl
5 Alias /kivitendo/ /opt/kivitendo-erp-3.4.1/
6 FcgidMaxRequestLen 10485760
7
8 <Directory /opt/kivitendo-erp-3.4.1>
9   AllowOverride All
10   Options ExecCGI Includes FollowSymlinks
11   Order Allow,Deny
12   Allow from All
13 </Directory>
14
15 <DirectoryMatch /opt/kivitendo-erp-3.4.1/users>
16   Order Deny,Allow
17   Deny from All
18 </DirectoryMatch>