Skip to content

Commit 5516b5b

Browse files
author
Till Brehm
committed
Implemented #4387 Enable /dev/random:/dev/urandom in open_basedir
1 parent 4b0debc commit 5516b5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/server.ini.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ apps_vhost_enabled=y
7878
apps_vhost_port=8081
7979
apps_vhost_ip=_default_
8080
apps_vhost_servername=
81-
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
81+
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
8282
htaccess_allow_override=All
8383
awstats_conf_dir=/etc/awstats
8484
awstats_data_dir=/var/lib/awstats

0 commit comments

Comments
 (0)