mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 23:29:20 +01:00
* CalDAV/CardDAV: added standard /.well-known/(caldav|carddav) redirects and set memory_limit to 128MB in Apache configuration
This commit is contained in:
parent
6385b94108
commit
ab92943e39
@ -9,6 +9,7 @@ Alias /egroupware /usr/share/egroupware
|
||||
# Enable ActiveSync protocol support via eSync app
|
||||
Alias /Microsoft-Server-ActiveSync /usr/share/egroupware/activesync/index.php
|
||||
|
||||
RedirectMatch ^/.well-known/(caldav|carddav)$ /egroupware/groupdav.php/
|
||||
# iOS 4.3+ calendar requires that to autodetect accounts
|
||||
RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
|
||||
@ -32,7 +33,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
php_value error_reporting 6135
|
||||
php_value max_execution_time 90
|
||||
php_admin_value mbstring.func_overload 7
|
||||
php_value memory_limit 64M
|
||||
php_value memory_limit 128M
|
||||
php_value session.gc_maxlifetime 14400
|
||||
php_value include_path .:/usr/share/pear
|
||||
php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin/zip:/usr/share/jpgraph:/usr/bin/tnef
|
||||
|
Loading…
Reference in New Issue
Block a user