From 5516b5b4a7d45eb6c41161737840f20afe2a90f4 Mon Sep 17 00:00:00 2001 From: Till Brehm Date: Thu, 19 Jan 2017 18:23:47 +0100 Subject: [PATCH] Implemented #4387 Enable /dev/random:/dev/urandom in open_basedir --- install/tpl/server.ini.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/server.ini.master b/install/tpl/server.ini.master index 759b0b878e..17560ee8cf 100644 --- a/install/tpl/server.ini.master +++ b/install/tpl/server.ini.master @@ -78,7 +78,7 @@ apps_vhost_enabled=y apps_vhost_port=8081 apps_vhost_ip=_default_ apps_vhost_servername= -php_open_basedir=[website_path]/web:[website_path]/private:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin +php_open_basedir=[website_path]/web:[website_path]/private:[website_path]/tmp:/var/www/[website_domain]/web:/srv/www/[website_domain]/web:/usr/share/php5:/usr/share/php:/tmp:/usr/share/phpmyadmin:/etc/phpmyadmin:/var/lib/phpmyadmin:/dev/random:/dev/urandom htaccess_allow_override=All awstats_conf_dir=/etc/awstats awstats_data_dir=/var/lib/awstats -- GitLab