* CalDAV/CardDAV: added standard /.well-known/(caldav|carddav) redirects and set memory_limit to 128MB in Apache configuration

This commit is contained in:
Ralf Becker 2011-10-11 09:29:43 +00:00
parent 6385b94108
commit ab92943e39

View File

@ -9,6 +9,7 @@ Alias /egroupware /usr/share/egroupware
# Enable ActiveSync protocol support via eSync app # Enable ActiveSync protocol support via eSync app
Alias /Microsoft-Server-ActiveSync /usr/share/egroupware/activesync/index.php 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 # iOS 4.3+ calendar requires that to autodetect accounts
RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1 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 error_reporting 6135
php_value max_execution_time 90 php_value max_execution_time 90
php_admin_value mbstring.func_overload 7 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 session.gc_maxlifetime 14400
php_value include_path .:/usr/share/pear 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 php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin/zip:/usr/share/jpgraph:/usr/bin/tnef