* rpm/deb packages: removed "php_value session.gc_maxlifetime 14400" from Apache config, so value from global php.ini is used

This commit is contained in:
Ralf Becker 2012-07-10 14:16:44 +00:00
parent d97111833c
commit 8e7425621f

View File

@ -34,7 +34,6 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
php_value max_execution_time 90
php_admin_value mbstring.func_overload 7
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:/usr/share/fonts
php_value upload_max_filesize 64M