From 384c5244168c19d8f48fd8b85ada054b6a2b111c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Mon, 18 Aug 2014 09:58:21 +0200 Subject: [PATCH] php.init add /etc/webapps to allowed directories --- roles/php/templates/php.ini.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/php/templates/php.ini.j2 b/roles/php/templates/php.ini.j2 index 80bd431..19c2e36 100644 --- a/roles/php/templates/php.ini.j2 +++ b/roles/php/templates/php.ini.j2 @@ -296,7 +296,7 @@ serialize_precision = 17 ; or per-virtualhost web server configuration file. This directive is ; *NOT* affected by whether Safe Mode is turned On or Off. ; http://php.net/open-basedir -open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/ +open_basedir = /srv/http/:/home/:/tmp/:/usr/share/pear/:/usr/share/webapps/:/etc/webapps/ ; This directive allows you to disable certain functions for security reasons. ; It receives a comma-delimited list of function names. This directive is