mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:29 +01:00
21a2bcd7ac
Also, change everything that was using extra_nm to use a real nextmatch
21 lines
598 B
ApacheConf
21 lines
598 B
ApacheConf
#
|
|
# Set
|
|
#
|
|
# AllowOverride FileInfo
|
|
#
|
|
# to enable parsing off this file
|
|
#
|
|
php_value memory_limit 128M
|
|
php_value max_execution_time 60
|
|
php_flag register_globals Off
|
|
php_flag magic_quotes_gpc Off
|
|
php_flag magic_quotes_runtime Off
|
|
# settings for the file upload, you might increase them further
|
|
php_value upload_max_filesize 16M
|
|
# session handling: now the check for expired sessions is done on every 10th session creation
|
|
php_flag session.use_trans_sid Off
|
|
php_value session.gc_probability 1
|
|
php_value session.gc_divisor 10
|
|
# multibyte extension: needed for utf-8
|
|
php_value mbstring.func_overload 7
|