forked from extern/egroupware
remove /usr/bin from open_basedir, as it is no longer necessary
This commit is contained in:
parent
f21b13090f
commit
ac0d507e6f
@ -17,7 +17,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
Options FollowSymLinks ExecCGI
|
||||
AllowOverride None
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
# Apache 2.2
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
@ -42,7 +42,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
php_admin_value mbstring.func_overload 0
|
||||
php_value memory_limit 128M
|
||||
php_value include_path .
|
||||
php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp:/usr/bin
|
||||
php_admin_value open_basedir /usr/share/egroupware:/var/lib/egroupware:/tmp
|
||||
php_value upload_max_filesize 64M
|
||||
php_admin_value upload_tmp_dir /tmp
|
||||
php_value post_max_size 65M
|
||||
@ -50,7 +50,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
||||
php_admin_value session.gc_maxlifetime 14400
|
||||
<Files ~ "\.inc\.php$">
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
# Apache 2.2
|
||||
Order allow,deny
|
||||
Deny from all
|
||||
</IfModule>
|
||||
|
Loading…
Reference in New Issue
Block a user