"- open_basedir also needs php_admin_value

- setting max_post_size, memory_limit and upload_max_filesize to 64M"
This commit is contained in:
Ralf Becker 2009-06-25 10:23:37 +00:00
parent 0ffbea8b2b
commit 1d98f10532

View File

@ -25,11 +25,12 @@ Alias /egroupware /usr/share/egroupware
php_value error_reporting 'E_ALL & ~E_NOTICE'
php_value max_execution_time 90
php_admin_value mbstring.func_overload 7
php_value memory_limit 48M
php_value memory_limit 64M
php_value session.gc_maxlifetime 14400
php_value include_path .:/usr/share/pear
php_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear
php_value upload_max_filesize 8M
php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear
php_value upload_max_filesize 64M
php_value post_max_size 65M
<Files ~ "\.inc\.php$">
Order allow,deny
Deny from all
@ -37,11 +38,11 @@ Alias /egroupware /usr/share/egroupware
</Directory>
<Directory /usr/share/egroupware/phpsysinfo/>
php_value open_basedir /
php_admin_value open_basedir /
</Directory>
<Directory /usr/share/egroupware/gallery/>
php_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin
php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/share/pear:/usr/bin:/bin
</Directory>
<Location /egroupware/icalsrv/icalsrv.php>