mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-29 03:13:40 +01:00
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
|
Options FollowSymLinks ExecCGI
|
||||||
AllowOverride None
|
AllowOverride None
|
||||||
<IfModule !mod_authz_core.c>
|
<IfModule !mod_authz_core.c>
|
||||||
# Apache 2.4
|
# Apache 2.2
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Allow from all
|
Allow from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
@ -42,7 +42,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
|||||||
php_admin_value mbstring.func_overload 0
|
php_admin_value mbstring.func_overload 0
|
||||||
php_value memory_limit 128M
|
php_value memory_limit 128M
|
||||||
php_value include_path .
|
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_value upload_max_filesize 64M
|
||||||
php_admin_value upload_tmp_dir /tmp
|
php_admin_value upload_tmp_dir /tmp
|
||||||
php_value post_max_size 65M
|
php_value post_max_size 65M
|
||||||
@ -50,7 +50,7 @@ RedirectMatch ^(/principals/users/.*)$ /egroupware/groupdav.php$1
|
|||||||
php_admin_value session.gc_maxlifetime 14400
|
php_admin_value session.gc_maxlifetime 14400
|
||||||
<Files ~ "\.inc\.php$">
|
<Files ~ "\.inc\.php$">
|
||||||
<IfModule !mod_authz_core.c>
|
<IfModule !mod_authz_core.c>
|
||||||
# Apache 2.4
|
# Apache 2.2
|
||||||
Order allow,deny
|
Order allow,deny
|
||||||
Deny from all
|
Deny from all
|
||||||
</IfModule>
|
</IfModule>
|
||||||
|
Loading…
Reference in New Issue
Block a user