* 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:30:54 +00:00
parent 90732bb1d8
commit d1a667a43a

View File

@ -6,6 +6,7 @@
# this makes EGroupware available for all vhosts
Alias /egroupware /usr/share/egroupware
RedirectMatch ^/.well-known/(caldav|carddav)$ /egroupware/groupdav.php/
# iOS 4.3+ calendar requires that to autodetect accounts
RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
@ -29,7 +30,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:/usr/bin/aspell