mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-07 14:39:56 +01:00
adding /usr/bin/spell to open_basedir and fixing not usable symbolic constants for error_reporting
This commit is contained in:
parent
68ecaf2acb
commit
979962f780
@ -22,13 +22,14 @@ Alias /egroupware /usr/share/egroupware
|
||||
php_flag short_open_tag on
|
||||
php_flag track_vars on
|
||||
php_flag display_errors off
|
||||
php_value error_reporting 'E_ALL & ~E_NOTICE'
|
||||
# E_ALL & ~E_NOTICE = 8191 - 8 = 8183
|
||||
php_value error_reporting 8183
|
||||
php_value max_execution_time 90
|
||||
php_admin_value mbstring.func_overload 7
|
||||
php_value memory_limit 64M
|
||||
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
|
||||
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
|
||||
php_value upload_max_filesize 64M
|
||||
php_value post_max_size 65M
|
||||
<Files ~ "\.inc\.php$">
|
||||
|
Loading…
Reference in New Issue
Block a user